mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Comment fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb5b2f86d5
commit
7c4cd74195
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <objects/IndexedCollectionPrivate.h>
|
||||
#include <objects/MallocAddress.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <objects/behavior.h>
|
||||
/* memcpy(), strlen(), strcmp() are gcc builtin's */
|
||||
|
||||
@implementation NSGCString
|
||||
|
@ -37,7 +38,7 @@
|
|||
length: (unsigned int)length
|
||||
freeWhenDone: (BOOL)flag
|
||||
{
|
||||
/* assert(!flag); /* xxx need to make a subclass to handle this. */
|
||||
/* assert(!flag); xxx need to make a subclass to handle this. */
|
||||
_count = length;
|
||||
_contents_chars = byteString;
|
||||
_free_contents = flag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue