diff --git a/userspace/extra/bim.c b/userspace/extra/bim.c index a3f5ffa2..d3ca3c10 100644 --- a/userspace/extra/bim.c +++ b/userspace/extra/bim.c @@ -549,7 +549,7 @@ void open_file(char * file) { if (!f) { char buf[1024]; - snprintf(buf, 1204, "Could not open %s", file); + snprintf(buf, 1024, "Could not open %s", file); render_error(buf); return; }