diff options
Diffstat (limited to 'deskutils/gnotime/files/patch-src_file-io.c')
-rw-r--r-- | deskutils/gnotime/files/patch-src_file-io.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/deskutils/gnotime/files/patch-src_file-io.c b/deskutils/gnotime/files/patch-src_file-io.c index ada43fb5ec34..e69de29bb2d1 100644 --- a/deskutils/gnotime/files/patch-src_file-io.c +++ b/deskutils/gnotime/files/patch-src_file-io.c @@ -1,20 +0,0 @@ ---- src/file-io.c.orig Fri Oct 21 06:49:42 2005 -+++ src/file-io.c Fri Oct 21 06:50:50 2005 -@@ -513,7 +513,7 @@ void - gtt_load_config (void) - { - const char *h; -- char * s; -+ char * s, * p; - - /* Check for gconf2, and use that if it exists */ - if (gtt_gconf_exists()) -@@ -532,7 +532,7 @@ gtt_load_config (void) - - /* The data file will be in the same directory ... - * so prune filename to get the directory */ -- char *p = strrchr (gtt_config_filepath, '/'); -+ p = strrchr (gtt_config_filepath, '/'); - if (p) *p = 0x0; - return; - } |