mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
description tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0781dc0250
commit
6978b88eed
14 changed files with 526 additions and 190 deletions
|
@ -2264,7 +2264,9 @@ handle_printf_atsign (FILE *stream,
|
|||
return [d writeToFile: filename atomically: useAuxiliaryFile];
|
||||
}
|
||||
|
||||
- (void) descriptionTo: (id<GNUDescriptionDestination>)output
|
||||
- (void) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
indent: (unsigned)level
|
||||
to: (id<GNUDescriptionDestination>)output
|
||||
{
|
||||
if ([self length] == 0)
|
||||
{
|
||||
|
@ -2273,8 +2275,9 @@ handle_printf_atsign (FILE *stream,
|
|||
}
|
||||
|
||||
if (quotables == nil)
|
||||
setupQuotables();
|
||||
|
||||
{
|
||||
setupQuotables();
|
||||
}
|
||||
if ([self rangeOfCharacterFromSet: quotables].length > 0)
|
||||
{
|
||||
const char *cstring = [self cString];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue