1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/tome/files/patch-main-gcu-c
Andrey Slusar 5842e52f2f - Minor cleanups: added desktop entry, remove USE_REINPLACE, minor
patch issues. Nothing worth bumping the epoch over. [1]
- Change maintainer email address. [1]
- Fix some build warnings.

PR:		ports/93573 [1]
Submitted by:	Peter Thoenen (maintainer) [1]
2006-04-11 19:15:56 +00:00

12 lines
296 B
Plaintext

--- main-gcu.c.orig Mon Apr 3 17:33:49 2006
+++ main-gcu.c Mon Apr 3 17:33:55 2006
@@ -811,7 +811,7 @@
if (!directory)
return 1;
- while (entry = readdir(directory))
+ while ((entry = readdir(directory)))
{
char file[PATH_MAX + NAME_MAX + 2];
struct stat filedata;