diff --git a/src/lib/elementary/elm_code_file.c b/src/lib/elementary/elm_code_file.c index d82a7716bd..c5d429f639 100644 --- a/src/lib/elementary/elm_code_file.c +++ b/src/lib/elementary/elm_code_file.c @@ -219,7 +219,7 @@ EAPI void elm_code_file_save(Elm_Code_File *file) { if(chmod(path, mode) < 0) { - ERR("Error in chmod(%s, %s) - %d(%s)\n", path, mode, errno, strerror(errno)); + ERR("Error in chmod(%s, %d) - %d(%s)\n", path, mode, errno, strerror(errno)); return; } }