Update ex_vops2.c

fix rpm build
This commit is contained in:
deepend-tildeclub 2024-10-10 14:06:45 -06:00 committed by GitHub
parent 297a2b4a52
commit 4f22260ee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 824 additions and 824 deletions

View File

@ -211,7 +211,7 @@ showmode(int mode)
if (value(TERSE))
putchar(str[0]);
else
printf(&str[1]);
printf("%s",&str[1]);
vgoto(sdl, sdc);
cursor = ocurs;
splitw = 0;