From: norm.grant@WMICH.EDU Sent: Thursday, November 21, 2002 9:58 AM To: Everhart, Glenn (Card Services); dallen@nist.gov; carlos@costa.ca Subject: More CSWING error check errors Here are a few more places where I accidentally reversed an error check while editing them. Hopefully I found them all this time, and it may save debugging a few problems later. ************ File DISK$UCS:[GRANT.CSWING]swing_8.c;11 280 if((status & 1) == 1) 281 { ****** File DISK$UCS:[GRANT.CSWING]swing_8.c;10 280 if((status & 1) != 1) 281 { ************ Number of difference sections found: 1 Number of difference records found: 1 DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=DISK$UCS:[GRANT.CSWING]swing_8.DIF;1- DISK$UCS:[GRANT.CSWING]swing_8.c;11- DISK$UCS:[GRANT.CSWING]swing_8.c;10 ************ File DISK$UCS:[GRANT.CSWING]swing_17.c;10 207 if((status & 1) == 1) 208 sprintf(&label[strlen(label)]," QUOTA %d USED %d ",perm,used); ****** File DISK$UCS:[GRANT.CSWING]swing_17.c;9 207 if((status & 1) != 1) 208 sprintf(&label[strlen(label)]," QUOTA %d USED %d ",perm,used); ************ Number of difference sections found: 1 Number of difference records found: 1 DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=DISK$UCS:[GRANT.CSWING]swing_17.DIF;1- DISK$UCS:[GRANT.CSWING]swing_17.c;10- DISK$UCS:[GRANT.CSWING]swing_17.c;9 ************ File DISK$UCS:[GRANT.CSWING]swing_18.c;6 84 if((status & 1) == 1) 85 res[result] = 0; ****** File DISK$UCS:[GRANT.CSWING]swing_18.c;5 84 if((status & 1) != 1) 85 res[result] = 0; ************ Number of difference sections found: 1 Number of difference records found: 1 DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=DISK$UCS:[GRANT.CSWING]swing_18.DIF;1- DISK$UCS:[GRANT.CSWING]swing_18.c;6- DISK$UCS:[GRANT.CSWING]swing_18.c;5 ************ File DISK$UCS:[GRANT.CSWING]swing_20.c;5 101 if((status & 1) == 1) 102 buffer_size = BUFFER_SIZE_SMALL; ****** File DISK$UCS:[GRANT.CSWING]swing_20.c;4 101 if((status & 1) != 1) 102 buffer_size = BUFFER_SIZE_SMALL; ************ ************ File DISK$UCS:[GRANT.CSWING]swing_20.c;5 108 if((status & 1) == 1) 109 { ****** File DISK$UCS:[GRANT.CSWING]swing_20.c;4 108 if((status & 1) != 1) 109 { ************ Number of difference sections found: 2 Number of difference records found: 2 DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=DISK$UCS:[GRANT.CSWING]swing_20.DIF;1- DISK$UCS:[GRANT.CSWING]swing_20.c;5- DISK$UCS:[GRANT.CSWING]swing_20.c;4 ************ File DISK$UCS:[GRANT.CSWING]swing_25.C;2 123 if((status & 1) == 1) 124 { ****** File DISK$UCS:[GRANT.CSWING]swing_25.C;1 123 if((status & 1) != 1) 124 { ************ Number of difference sections found: 1 Number of difference records found: 1 DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=DISK$UCS:[GRANT.CSWING]swing_25.DIF;1- DISK$UCS:[GRANT.CSWING]swing_25.C;2- DISK$UCS:[GRANT.CSWING]swing_25.C;1 ************ File DISK$UCS:[GRANT.CSWING]swing_34.c;10 172 if((status & 1) == 1) 173 { ****** File DISK$UCS:[GRANT.CSWING]swing_34.c;9 172 if((status & 1) != 1) 173 { ************ ************ File DISK$UCS:[GRANT.CSWING]swing_34.c;10 225 if((status & 1) == 1) 226 { ****** File DISK$UCS:[GRANT.CSWING]swing_34.c;9 225 if((status & 1) != 1) 226 { ************ ************ File DISK$UCS:[GRANT.CSWING]swing_34.c;10 421 if((status & 1) == 1) 422 { ****** File DISK$UCS:[GRANT.CSWING]swing_34.c;9 421 if((status & 1) != 1) 422 { ************ Number of difference sections found: 3 Number of difference records found: 3 DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=DISK$UCS:[GRANT.CSWING]swing_34.DIF;1- DISK$UCS:[GRANT.CSWING]swing_34.c;10- DISK$UCS:[GRANT.CSWING]swing_34.c;9 ------------- Norman D. Grant INTERNET: norm.grant@wmich.edu Western Michigan University Voice: (269) 387-5449 Office of Information Technology/UCS Kalamazoo, MI 49008