rename file to buffer
This commit is contained in:
parent
6538b48c48
commit
e4dfffa315
@ -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]]);
|
||||
|
Loading…
Reference in New Issue
Block a user