Another stab at #10152
This commit is contained in:
parent
1dc3730782
commit
bdfcfc4fc2
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@
|
|||
characters = [string string];
|
||||
else
|
||||
characters = (NSString*) string;
|
||||
return [characters UTF8String];
|
||||
const char* ans = [characters UTF8String];
|
||||
return ans ? ans : "(nil)";
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue