Skip to content
Snippets Groups Projects
Commit c95e330b authored by rswindell's avatar rswindell
Browse files

Fixed typo in last commit (whoops).

parent f26c5457
No related branches found
No related tags found
No related merge requests found
......@@ -1363,7 +1363,7 @@ char *process_areafix(faddr_t addr,char* inbuf,char *password)
del_area.tags=0;
del_area.tag=NULL;
for(l=0;l<m;l++) {
while(*(p+l) && isspace(*(p+l)) l++;
while(*(p+l) && isspace(*(p+l))) l++;
while(*(p+l)==1) { /* Ignore kludge lines June-13-2004 */
while(*(p+l) && *(p+l)!='\r') l++;
continue;
......
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