PERFORCE change 15498 for review
Robert Watson
rwatson at freebsd.org
Sat Aug 3 22:04:33 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15498
Change 15498 by rwatson at rwatson_tislabs on 2002/08/03 15:04:26
Make sure to initialize the 'before' variable so that a comma
is not printed before the first item in the list.
Affected files ...
.. //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_text.c#24 edit
Differences ...
==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_text.c#24 (text+ko) ====
@@ -103,6 +103,7 @@
return (NULL);
len = 0;
+ before = 0;
if (strlen(biba) != 0) {
if (before)
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list