ICU-837 Don't use // in a C file.

X-SVN-Rev: 8285
This commit is contained in:
George Rhoten 2002-03-28 21:34:57 +00:00
parent a6faedfd43
commit 45d458abd7

View File

@ -1394,7 +1394,7 @@ u_vsnprintf_u(UChar *buffer,
alias += patCount;
}
// Terminate the buffer, if there's room.
/* Terminate the buffer, if there's room. */
if (outStr.available > 0) {
buffer[outStr.len - outStr.available] = 0x0000;
}