diff options
-rw-r--r-- | games/adgali/files/patch-agl_imglist.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/adgali/files/patch-agl_imglist.c b/games/adgali/files/patch-agl_imglist.c new file mode 100644 index 000000000000..84f932deb69b --- /dev/null +++ b/games/adgali/files/patch-agl_imglist.c @@ -0,0 +1,10 @@ +--- tools/agl_imglist.c.orig Fri Aug 20 22:20:31 2004 ++++ tools/agl_imglist.c Fri Aug 20 22:20:48 2004 +@@ -137,6 +137,7 @@ + x++; + } + next: ++ break; + } + } + fclose(textfile); |