Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
019c60ec
...
019c60ec689546d55929d5cda13f11bf33bf5115
authored
2003-02-22 22:26:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(action_print): Minor change
1 parent
704ab2ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
mh/folder.c
mh/folder.c
View file @
019c60e
...
...
@@ -383,8 +383,7 @@ action_print ()
}
else
{
char
*
p
;
asprintf
(
&
p
,
"%s/%s"
,
mu_path_folder_dir
,
current_folder
);
char
*
p
=
mh_expand_name
(
NULL
,
current_folder
,
0
);
_scan
(
p
,
1
);
free
(
p
);
}
...
...
Please
register
or
sign in
to post a comment