mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix format error
This commit is contained in:
parent
f162e0f97e
commit
fce8393561
1 changed files with 1 additions and 1 deletions
|
@ -2222,7 +2222,7 @@ main(int argc, char **argv, char **env)
|
|||
stringByAppendingPathComponent: @"index.html"];
|
||||
if ([d writeToFile: s atomically: YES])
|
||||
{
|
||||
NSLog(@"Sorry unable to write %@ to %s", htmlfile, s);
|
||||
NSLog(@"Sorry unable to write %@ to %@", htmlfile, s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue