summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-07 22:19:00 -0400
committerJune McEnroe <june@causal.agency>2018-08-07 22:19:00 -0400
commit41e7105fecdb3516a1711003ba3fccdf9d3cfd3d (patch)
tree0f72ced695ff05cd46674fb025fad9b624b85c66
parentHighlight and beep pings (diff)
downloadcatgirl-41e7105fecdb3516a1711003ba3fccdf9d3cfd3d.tar.gz
catgirl-41e7105fecdb3516a1711003ba3fccdf9d3cfd3d.zip
Remove extraneous slash from unrecognized command
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index e8918c9..e4c4672 100644
--- a/input.c
+++ b/input.c
@@ -97,5 +97,5 @@ void input(char *input) {
 		COMMANDS[i].handler(input);
 		return;
 	}
-	uiFmt("/%s isn't a recognized command", command);
+	uiFmt("%s isn't a recognized command", command);
 }
ollow=1'>Automatically select the last used lens for a bodyJune McEnroe 2024-09-19Add photos from September 5June McEnroe 2024-09-15Add some more film stocks to the listJune McEnroe 2024-09-13Add photos from September 2June McEnroe 2024-09-13Add Fomapan 200 to films listJune McEnroe 2024-09-10Add August 29 picnic photosJune McEnroe 2024-09-08Apply some bold to trips renderingJune McEnroe 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe