diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
commit | 2893b4289e0e13e22470908a0326515b9c1ec333 (patch) | |
tree | 3ce4223c038d8531ff5d013331a05405eebd4451 /data/sgrep/timestamp.diff | |
parent | 056bad3691237101d94ac0e747a1bab418ba13ae (diff) |
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sgrep/timestamp.diff')
-rw-r--r-- | data/sgrep/timestamp.diff | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/sgrep/timestamp.diff b/data/sgrep/timestamp.diff new file mode 100644 index 000000000..8b2d2ceab --- /dev/null +++ b/data/sgrep/timestamp.diff @@ -0,0 +1,28 @@ +diff -ru sgrep-1.92a/index.c sgrep-1.92a+iPhone/index.c +--- sgrep-1.92a/index.c 1998-12-21 23:43:02.000000000 +0000 ++++ sgrep-1.92a+iPhone/index.c 2008-06-18 02:08:31.000000000 +0000 +@@ -1988,8 +1988,8 @@ + if (!o->input_stop_word_file) return SGREP_ERROR; + break; + case 'V': +- printf("sgindex version %s compiled at %s\n", +- VERSION,__DATE__); ++ printf("sgindex version %s\n", ++ VERSION); + o->index_mode=IM_DONE; + break; + case 'v': +diff -ru sgrep-1.92a/main.c sgrep-1.92a+iPhone/main.c +--- sgrep-1.92a/main.c 1998-12-12 04:13:53.000000000 +0000 ++++ sgrep-1.92a+iPhone/main.c 2008-06-18 02:08:38.000000000 +0000 +@@ -727,8 +727,8 @@ + print_help(); + break; + case 'V': +- printf("sgrep version %s compiled at %s\n", +- VERSION,__DATE__); ++ printf("sgrep version %s\n", ++ VERSION); + exit(0); + break; + case 'v': |