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

Remove trailing white-space from received area-fix commands.

parent 15d7eca2
No related branches found
No related tags found
No related merge requests found
......@@ -1429,6 +1429,7 @@ char* process_areafix(faddr_t addr, char* inbuf, char* password, char* to)
action='+';
SAFECOPY(str,p+l);
truncstr(str,"\r\n");
truncsp(str); /* Remove trailing white-space, April-4-2014 */
switch(action) {
case '+': /* Add Area */
if((add_area.tag=(char **)realloc(add_area.tag
......
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