remove excess format specified from printf

This commit is contained in:
Richard Frith-Macdonald 2021-02-06 10:03:47 +00:00
parent 46c463c006
commit 524624c7ed

View file

@ -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"];