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
e503a5b5
...
e503a5b59b08f65f4da94a5ad1d63a891084ef48
authored
2002-04-15 11:23:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_argp_parse): Removed local declarations of program_invocation_.* variables.
1 parent
012990a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
mh/mh_argp.c
mh/mh_argp.c
View file @
e503a5b
...
...
@@ -75,7 +75,6 @@ mh_argp_parse (int argc, char **argv,
struct
argp
argp
;
struct
mh_argp_data
data
;
char
*
p
;
char
*
program_invocation_name
,
*
program_invocation_short_name
;
program_invocation_name
=
argv
[
0
];
p
=
strrchr
(
argv
[
0
],
'/'
);
...
...
Please
register
or
sign in
to post a comment