mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix for stupid error in last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8211b1b00d
commit
54c428e030
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-09-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSCompatibility.m: Fix stupid error in last modification -
|
||||
missed part of method name.
|
||||
|
||||
2000-09-29 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
-- You'll need libxml2 v >= 2.2.3 to compile GSXML --
|
||||
* Headers/Foundation/GSXML.h: added GSHTMLParser and GSHTMLSAXHandler
|
||||
|
|
|
@ -168,7 +168,7 @@ encodeBase64(NSData *source)
|
|||
}
|
||||
|
||||
return [[NSGCString allocWithZone: NSDefaultMallocZone()]
|
||||
initWithCStringNoCopy: dBuf length: destlen-1];
|
||||
initWithCStringNoCopy: dBuf length: destlen-1 freeWhenDone: YES];
|
||||
}
|
||||
|
||||
static NSString*
|
||||
|
|
Loading…
Reference in a new issue