You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/xlogical/files/xlogical-1.0.8-gcc11.patch

13 lines
270 B

--- a/sdl_audio.cpp
+++ b/sdl_audio.cpp
@@ -60,3 +60,3 @@
- for( end=aPath+len; end >= 0; end-=1 )
+ for( end=aPath+len; end >= aPath; end-=1 )
{
@@ -64,3 +64,3 @@
}
- for( start=end; start >= 0; start-=1 )
+ for( start=end; start >= aPath; start-=1 )
{