stop removing '\a (internal multi-line delimiter)

This reverts a part of 693591bdc3 which caused issues as described in #226.
This commit is contained in:
Yashas 2018-01-03 18:09:54 +05:30 committed by GitHub
parent 7ea961990c
commit 9a49ac51b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -553,9 +553,6 @@ static void stripcom(unsigned char *line)
} /* if */
} /* if */
} /* if */
if (*line == '\a') {
memmove(line,line+1,strlen((char *)line+1)+1);
}
} /* while */
#if !defined SC_LIGHT
if (icomment==2) {