projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08cfef1
)
(program_name): Declare *not* to be const.
author
Jim Meyering
<jim@meyering.net>
Sat, 19 Sep 1998 17:19:06 +0000
(17:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 19 Sep 1998 17:19:06 +0000
(17:19 +0000)
src/ptx.c
patch
|
blob
|
history
diff --git
a/src/ptx.c
b/src/ptx.c
index c77c824f67192887b4699155ab15a055d2346a07..c83b745fc05c2093b5de48883e3054410b3adb42 100644
(file)
--- a/
src/ptx.c
+++ b/
src/ptx.c
@@
-78,7
+78,7
@@
#define Sword 1
/* The name this program was run with. */
-c
onst c
har *program_name;
+char *program_name;
/* If nonzero, display usage information and exit. */
static int show_help = 0;