From e4dfffa315f119af782657be3e5024e3d7e1a734 Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 26 Jul 2023 14:35:15 +0200 Subject: [PATCH] rename file to buffer --- src/commands/print.🗿 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]);