diff options
-rw-r--r-- | libnetfs/file-get-translator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-get-translator.c b/libnetfs/file-get-translator.c index 635653de..2dff6a13 100644 --- a/libnetfs/file-get-translator.c +++ b/libnetfs/file-get-translator.c @@ -66,7 +66,7 @@ netfs_S_file_get_translator (struct protid *user, else if (S_ISCHR (np->nn_stat.st_mode) || S_ISBLK (np->nn_stat.st_mode)) { char *buf; - unsigned int buflen; + int buflen; buflen = asprintf (&buf, "%s%c%d%c%d", (S_ISCHR (np->nn_stat.st_mode) |