Index: uspace/app/bdsh/cmds/modules/ls/ls.c
===================================================================
--- uspace/app/bdsh/cmds/modules/ls/ls.c	(revision 9bdf1f2aad059bcc24e1668155fba7964fe90426)
+++ uspace/app/bdsh/cmds/modules/ls/ls.c	(revision 6d717a446c8e40f77638cbb18549a8841e698425)
@@ -315,5 +315,5 @@
 {
 	if (stat(path, &de->s)) {
-		cli_error(CL_ENOENT, path);
+		cli_error(CL_ENOENT, "%s", path);
 		return LS_BOGUS;
 	}
