You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
12 lines
374 B
8 years ago
|
--- gnome-commander-1.6.0/src/gnome-cmd-gkeyfile-utils.cc.format 2016-10-03 05:27:02.000000000 +0900
|
||
|
+++ gnome-commander-1.6.0/src/gnome-cmd-gkeyfile-utils.cc 2016-10-16 16:19:09.236055904 +0900
|
||
|
@@ -106,7 +106,7 @@
|
||
|
return FALSE;
|
||
|
}
|
||
|
|
||
|
- written = fprintf(fd, contents);
|
||
|
+ written = fprintf(fd, "%s", contents);
|
||
|
if (written < 0)
|
||
|
{
|
||
|
success = FALSE;
|