freebsd-ports/net/DarwinStreamingServer/files/patch-qtpasswd.tproj-QTSSPasswd.cpp
Norikatsu Shigemura 0f2af23cec Update to 6.0.3.
2008-06-01 09:46:18 +00:00

11 lines
417 B
C++

--- qtpasswd.tproj/QTSSPasswd.cpp.orig 2008-05-06 08:28:58.000000000 +0900
+++ qtpasswd.tproj/QTSSPasswd.cpp 2008-06-01 18:11:56.000000000 +0900
@@ -723,7 +723,7 @@
extern int optind;
/* Read command line arguments */
- while ((ch = getopt(argc, argv, "O:f:cg:r:p:P:A:D:C:R:dFhv?")) != EOF)
+ while ((ch = getopt(argc, argv, "O:f:cg:r:p:P:A:D:C:R:dFhv?")) != -1)
{
switch(ch)
{