ICU-837 Don't use // in a C file.
X-SVN-Rev: 8285
This commit is contained in:
parent
a6faedfd43
commit
45d458abd7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user