1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/ccze/files/patch-ccze-compat.c
Yen-Ming Lee 0267306a18 - Fix options parsing
- Bump PORTREVISION

PR:		57253
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2003-09-27 01:44:04 +00:00

12 lines
301 B
C

--- src/ccze-compat.c.orig Fri Sep 26 17:27:22 2003
+++ src/ccze-compat.c Fri Sep 26 17:27:39 2003
@@ -275,7 +275,7 @@
char **valuep)
{
int i = getsubopt (optionp, tokens, valuep);
-#if HAVE_SUBOPTARg
+#if HAVE_SUBOPTARG
if (!*valuep && suboptarg)
*valuep = strdup (suboptarg);
#endif