mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5842e52f2f
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]
12 lines
296 B
Plaintext
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;
|