path_utils.c: fix mismatched printf specifier
This commit is contained in:
@@ -84,7 +84,7 @@ char* get_dir_path(const char* path) {
|
|||||||
|
|
||||||
ret = g_strdup_printf("%s%.*s%s",
|
ret = g_strdup_printf("%s%.*s%s",
|
||||||
ftpfs.host,
|
ftpfs.host,
|
||||||
lastdir - path,
|
(int)(lastdir - path),
|
||||||
path,
|
path,
|
||||||
lastdir - path ? "/" : "");
|
lastdir - path ? "/" : "");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user