freebsd-ports/games/gnubik/files/patch-src_guile-hooks.c
Dmitry Marakasov e9f31516fc The GNUbik program is an interactive, graphical, single player
puzzle. Yes, this is another implementation of the classic game
like that invented by Erno Rubik. You have to manipulate the cube
using the mouse. When each face shows only one colour, the game is
solved.

WWW: https://www.gnu.org/software/gnubik/
2016-10-25 18:31:54 +00:00

14 lines
276 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- src/guile-hooks.c.orig 2012-01-07 17:29:10 UTC
+++ src/guile-hooks.c
@@ -202,9 +202,9 @@ read_script_directory (const char *dir_n
scm_primitive_load (scm_from_locale_string (buffer));
}
- }
- closedir (directory);
+ closedir (directory);
+ }
}