mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fixup! build issues
This commit is contained in:
parent
b8d83158e8
commit
ee4dcec792
1 changed files with 6 additions and 6 deletions
|
@ -399,11 +399,11 @@ plCmdReplace(id obj, NSPropertyListFormat fmt, NSArray *cmdargs,
|
|||
static void
|
||||
print_help(FILE *f)
|
||||
{
|
||||
GSPrintf(f, "Property list utility\n");
|
||||
GSPrintf(f, "Usage: plutil [command] [options] file\n\n");
|
||||
GSPrintf(f, "Accepted commands:\n");
|
||||
GSPrintf(f, "-p\tPrints the plists in a human-readable form.");
|
||||
GSPrintf(f, "Accepted options:\n");
|
||||
GSPrintf(f, @"Property list utility\n");
|
||||
GSPrintf(f, @"Usage: plutil [command] [options] file\n\n");
|
||||
GSPrintf(f, @"Accepted commands:\n");
|
||||
GSPrintf(f, @"-p\tPrints the plists in a human-readable form.");
|
||||
GSPrintf(f, @"Accepted options:\n");
|
||||
}
|
||||
|
||||
typedef enum _Action
|
||||
|
@ -533,7 +533,7 @@ main(int argc, char **argv, char **env)
|
|||
if (dot.length == 0)
|
||||
dot.location = [inpath length];
|
||||
outpath = [NSString
|
||||
stringWithFormat:@"%s.%s", [inpath substringToIndex:dot.location],
|
||||
stringWithFormat:@"%@.%@", [inpath substringToIndex:dot.location],
|
||||
outext];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue