[Substrate-commits] SF.net SVN: substrate: [275] trunk/Foundation/NSString.m
Brought to you by:
landonf
|
From: <la...@us...> - 2006-08-31 06:49:33
|
Revision: 275
http://svn.sourceforge.net/substrate/?rev=275&view=rev
Author: landonf
Date: 2006-08-30 23:49:20 -0700 (Wed, 30 Aug 2006)
Log Message:
-----------
This should be NULL, if we're going to return something
Modified Paths:
--------------
trunk/Foundation/NSString.m
Modified: trunk/Foundation/NSString.m
===================================================================
--- trunk/Foundation/NSString.m 2006-08-31 06:47:06 UTC (rev 274)
+++ trunk/Foundation/NSString.m 2006-08-31 06:49:20 UTC (rev 275)
@@ -289,7 +289,7 @@
*/
- (char *) cString {
/* TODO Unimplemented */
- return nil;
+ return NULL;
}
- (NSString *) description {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|