Skip to content
Snippets Groups Projects
Commit 808e96db authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

*line isn't long anymore

parent d7f23315
No related branches found
No related tags found
No related merge requests found
Pipeline #5025 passed
......@@ -46,7 +46,7 @@ char *readtext(int *line,FILE *stream,int dflt)
p=strrchr(buf,'"');
if(!p) {
if(line)
lprintf(LOG_WARNING,"No quotation marks in line %ld of text.dat",*line);
lprintf(LOG_WARNING,"No quotation marks in line %d of text.dat",*line);
goto use_default;
}
if(*(p+1)=='\\') /* merge multiple lines */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment