From 2893b4289e0e13e22470908a0326515b9c1ec333 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Wed, 18 Jun 2008 07:22:07 +0000 Subject: Went through and did my best to remove timestamping. git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d --- data/sgrep/timestamp.diff | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/sgrep/timestamp.diff (limited to 'data/sgrep') 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': -- cgit v1.2.3