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:
24df627
)
(main): Qualify a char* with the `const' keyword.
author
Jim Meyering
<jim@meyering.net>
Thu, 1 Apr 1999 04:58:29 +0000
(
04:58
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 1 Apr 1999 04:58:29 +0000
(
04:58
+0000)
src/mv.c
patch
|
blob
|
history
diff --git
a/src/mv.c
b/src/mv.c
index af80fbe92f666f9db64d3256a483b601b22c9000..b8a92099d369167d811d15e460a920b2ce17663b 100644
(file)
--- a/
src/mv.c
+++ b/
src/mv.c
@@
-365,7
+365,7
@@
main (int argc, char **argv)
int errors;
int make_backups = 0;
int dest_is_dir;
- char *version;
+ c
onst c
har *version;
struct cp_options x;
program_name = argv[0];