diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 20:18:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 20:18:18 +0000 |
commit | 6ec23903a7e962b1284cea41dec25f77ad40aeb2 (patch) | |
tree | d27d0395248ffe1d9a750d06278a034a0b4421c4 /games/bygfoot/files/patch-src-misc.c | |
parent | Update to 2.5.6 (diff) |
- Update to 1.9.2
Notes
Notes:
svn path=/head/; revision=146940
Diffstat (limited to 'games/bygfoot/files/patch-src-misc.c')
-rw-r--r-- | games/bygfoot/files/patch-src-misc.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/bygfoot/files/patch-src-misc.c b/games/bygfoot/files/patch-src-misc.c deleted file mode 100644 index b75a03634765..000000000000 --- a/games/bygfoot/files/patch-src-misc.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/misc.c.orig Sat Sep 10 11:30:49 2005 -+++ src/misc.c Sat Oct 8 00:12:35 2005 -@@ -319,9 +319,9 @@ - misc_parse_expression(const gchar *s, gint *result) - { - gint value = 0; -+ gint loop = 1; - s = misc_parse_value(s, &value); - *result = value; -- gint loop = 1; - while (loop) { - s = misc_skip_spaces(s); - switch(*s) { |