Skip to content
Snippets Groups Projects
Commit bfdebd36 authored by deuce's avatar deuce
Browse files

Fix typo in last commit.

parent 240f2f39
No related branches found
No related tags found
No related merge requests found
......@@ -1211,7 +1211,7 @@ char* DLLCALL xp_asprintf_next(char *format, int type, ...)
}
if (j<0) {
strcmp(entry, "<error>");
strcpy(entry, "<error>");
j=strlen(entry);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment