diff --git a/src/commands/print.🗿 b/src/commands/print.🗿 index a4cd126..768fc45 100644 --- a/src/commands/print.🗿 +++ b/src/commands/print.🗿 @@ -2,7 +2,7 @@ cmd_print(text, args) { if ([text + LOCATION_LENGTH] == 0) { - putstr("Empty file\n"); + putstr("Empty buffer\n"); return 1; } putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]);