mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
remove excess format specified from printf
This commit is contained in:
parent
46c463c006
commit
524624c7ed
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ main(int argc, char** argv, char **env)
|
|||
// Build the string to execute the application...
|
||||
execPath = [NSString stringWithCString: line
|
||||
encoding: NSASCIIStringEncoding];
|
||||
[fileContents appendFormat: @"Exec=%@ %@ %F\n", execPath, entry];
|
||||
[fileContents appendFormat: @"Exec=%@ %@\n", execPath, entry];
|
||||
}
|
||||
|
||||
list = [plist objectForKey: @"NSTypes"];
|
||||
|
|
Loading…
Reference in a new issue