Files
symlinks/symlinks-version_string.patch

12 lines
443 B
Diff
Raw Permalink Normal View History

--- symlinks.c.orig 2009-10-09 16:03:55.000000000 +0200
+++ symlinks.c 2014-05-09 09:30:41.304867328 +0200
@@ -23,7 +23,7 @@
#define PATH_MAX 1024
#endif
-#define progver "%s: scan/change symbolic links - v1.3 - by Mark Lord\n\n"
+#define progver "%s: scan/change symbolic links - v1.4 - by Mark Lord\n\n"
static char *progname;
static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0,
testing = 0, single_fs = 1;