[xio-commit] CVS update: MODIFIED: test ...
Mike Link
commit at globus.org
Tue Nov 14 23:09:11 CST 2006
User: mlink
Date: 06/11/14 23:09:10
Modified: test Tag: globus_4_0_branch test_common.c
Log:
fix for bug 3045
Revision Changes Path
No revision
http://viewcvs.globus.org/viewcvs.cgi/xio/test/Tag:
No revision
http://viewcvs.globus.org/viewcvs.cgi/xio/test/globus_4_0_branch
1.33.4.1 +1 -1 xio/test/test_common.c
http://viewcvs.globus.org/viewcvs.cgi/xio/test/test_common.c.diff?r1=1.33&r2=1.33.4.1
(In the diff below, changes in quantity of whitespace are not shown.)
Index: test_common.c
===================================================================
RCS file: /home/globdev/CVS/globus-packages/xio/test/test_common.c,v
retrieving revision 1.33
retrieving revision 1.33.4.1
diff -u -b -r1.33 -r1.33.4.1
--- test_common.c 18 Apr 2005 23:05:11 -0000 1.33
+++ test_common.c 15 Nov 2006 05:09:08 -0000 1.33.4.1
@@ -130,7 +130,7 @@
/* parse the parameters */
globus_l_test_info.server = GLOBUS_FALSE;
- while((c = getopt(argc, argv, "siF:d:c:R:W:r:w:b:D:X:")) != -1)
+ while((c = (char)getopt(argc, argv, "siF:d:c:R:W:r:w:b:D:X:")) != (char)EOF)
{
switch(c)
{
More information about the xio-commit
mailing list