summaryrefslogtreecommitdiff
path: root/pico/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/browse.c')
-rw-r--r--pico/browse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/browse.c b/pico/browse.c
index b6d5c473..ca0f4657 100644
--- a/pico/browse.c
+++ b/pico/browse.c
@@ -1118,7 +1118,7 @@ FileBrowse(char *dir, size_t dirlen, char *fn, size_t fnlen,
if((status = fexist(child, "w", (off_t *)NULL)) == FIOSUC){
snprintf(tmp, sizeof(tmp), _("%s \"%.*s\" already exists!"),
- NLINE - 20, add_file > 0 ? "File" : "Directory", child);
+ add_file > 0 ? "File" : "Directory", NLINE - 20, child);
emlwrite(tmp, NULL);
break;
}