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-league.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-league.c')
-rw-r--r-- | games/bygfoot/files/patch-src-league.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/bygfoot/files/patch-src-league.c b/games/bygfoot/files/patch-src-league.c index 3cd785b3304a..c211af53fa34 100644 --- a/games/bygfoot/files/patch-src-league.c +++ b/games/bygfoot/files/patch-src-league.c @@ -1,17 +1,17 @@ ---- src/league.c.orig Sat Sep 10 11:30:49 2005 -+++ src/league.c Sat Oct 8 00:09:34 2005 -@@ -423,6 +423,7 @@ +--- src/league.c.orig Sun Oct 16 11:53:36 2005 ++++ src/league.c Tue Nov 1 20:26:35 2005 +@@ -457,6 +457,7 @@ { dest_sids = misc_separate_strings( - g_array_index(elements, PromRelElement, i).dest_sid->str); + g_array_index(elements, PromRelElement, i).dest_sid); + { gint dest_idcs_int[dest_sids->len]; gint dest_idcs_order[dest_sids->len]; -@@ -447,6 +448,7 @@ +@@ -481,6 +482,7 @@ } - free_g_string_array(&dest_sids); + free_gchar_array(&dest_sids); + } } } |