diff options
Diffstat (limited to 'games/gnomegames/files/patch-gnect_src_connect4.c')
-rw-r--r-- | games/gnomegames/files/patch-gnect_src_connect4.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gnomegames/files/patch-gnect_src_connect4.c b/games/gnomegames/files/patch-gnect_src_connect4.c deleted file mode 100644 index 5782578ef052..000000000000 --- a/games/gnomegames/files/patch-gnect_src_connect4.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gnect/src/connect4.c.orig Sun May 26 21:23:34 2002 -+++ gnect/src/connect4.c Sun May 26 21:26:30 2002 -@@ -117,7 +117,7 @@ - long size,len;
- FILE *h1;
- short x;
-- char *bookdata = g_strdup("/usr/share/gnect/" WHITE_BOOK); /* FIXME */
-+ char *bookdata = g_strdup(GNECT_DATA_DIR "/gnect/" WHITE_BOOK); /* FIXME */
-
-
- if (!gnect_file_exists(bookdata)) {
|