Smal bugfix of the previous changeset.

This commit is contained in:
natureh.510
2013-08-12 23:13:43 +02:00
parent f512d74323
commit 6ee3973549
3 changed files with 3 additions and 3 deletions

View File

@@ -1029,7 +1029,7 @@ int Options::saveToFile (Glib::ustring fname) {
FILE *f = safe_g_fopen (fname, "wt");
if (f==NULL) {
if (options.rtSettings.verbose)
printf("Options::saveToFile / Error: unable to open file \"\" with write access!\n", fname.c_str());
printf("Options::saveToFile / Error: unable to open file \"%s\" with write access!\n", fname.c_str());
return 1;
}
else {