From d741ceda2bd53d15d48fc1b9c4d836a9016194a7 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 8 Jun 2020 17:19:07 -0600 Subject: * Remove some compilation warnings given by clang7. --- pico/browse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pico/browse.c') 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; } -- cgit v1.2.3-70-g09d2