Merge pull request #1253 from SergeGautherie/SergeGautherie/PRonly_Log2Lines_handle_escape_cmd_Path-LineOut

[LOG2LINES] handle_escape_cmd(): Remove 2 unused parameters
This commit is contained in:
Serge Gautherie 2019-03-16 11:23:27 +01:00 committed by Mark Jansen
parent 29c9e92c9e
commit 1631f37404
3 changed files with 3 additions and 3 deletions

View file

@ -177,7 +177,7 @@ handle_address_cmd(FILE *outFile, char *arg)
}
char
handle_escape_cmd(FILE *outFile, char *Line, char *path, char *LineOut)
handle_escape_cmd(FILE *outFile, char *Line)
{
char cmd;
char sep = '\n';