git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@12052
a1ca3aef-8c08-0410-bb20-
df032aa958be
-CHANGES.txt - 1.7.4 - 2014-07-15
+CHANGES.txt - 1.7.4 - 2014-07-18
--------------------------------
CHANGES IN CUPS V1.7.5
- The LPD backend did not work with some versions of glibc (STR #4452)
+ - CGI scripts did not work (STR #4454)
CHANGES IN CUPS V1.7.4
argv[0] = command;
if (options)
- {
- commptr = options;
- if (*commptr == ' ')
- commptr ++;
- strlcpy(argbuf, commptr, sizeof(argbuf));
- }
+ strlcpy(argbuf, options, sizeof(argbuf));
else
argbuf[0] = '\0';