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