mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
more bsd tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32485 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dbaa646d12
commit
dbf4119553
19 changed files with 91 additions and 68 deletions
|
@ -4340,7 +4340,7 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
|
|||
|
||||
to[j++] = '&';
|
||||
to[j++] = '#';
|
||||
sprintf(buf, "%u", c);
|
||||
snprintf(buf, sizeof(buf), "%u", c);
|
||||
while (*ptr != '\0')
|
||||
{
|
||||
to[j++] = *ptr++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue