rename file to buffer

This commit is contained in:
starnakin 2023-07-26 14:35:15 +02:00
parent 6538b48c48
commit e4dfffa315

View File

@ -2,7 +2,7 @@ cmd_print(text, args)
{ {
if ([text + LOCATION_LENGTH] == 0) if ([text + LOCATION_LENGTH] == 0)
{ {
putstr("Empty file\n"); putstr("Empty buffer\n");
return 1; return 1;
} }
putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]); putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]);