mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
A few more string fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8275cd6629
commit
e7affc80ba
4 changed files with 12 additions and 8 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <assert.h>
|
||||
#include "server.h"
|
||||
|
||||
|
|
|
@ -95,6 +95,9 @@ int main()
|
|||
printf("%x,%x\n", [base characterAtIndex: i], [want characterAtIndex: i]);
|
||||
|
||||
printf("%u\n", [want isEqual: base]);
|
||||
for (i = 0; i < 1000; i++)
|
||||
[base appendString: want];
|
||||
print_string(base);
|
||||
}
|
||||
[arp release];
|
||||
exit(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue