Bring Git repository to v1.0.6.13 level.
This commit is contained in:
@@ -69,7 +69,7 @@ void MacroRead(FILE *fi, FILE *fp)
|
||||
/*
|
||||
* Empty lines are just written
|
||||
*/
|
||||
fprintf(fp, "\n");
|
||||
fprintf(fp, "\r");
|
||||
} else {
|
||||
strncpy(temp, ParseMacro(line,&res), 254);
|
||||
if (res)
|
||||
@@ -78,7 +78,7 @@ void MacroRead(FILE *fi, FILE *fp)
|
||||
* Only output if something was evaluated
|
||||
*/
|
||||
if (strlen(temp))
|
||||
fprintf(fp, "%s\n", temp);
|
||||
fprintf(fp, "%s\r", temp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user