Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2002 15:04:33 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15498 for review
Message-ID:  <200208032204.g73M4X2T059683@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15498

Change 15498 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208032204.g73M4X2T059683>