Fixed warnings

This commit is contained in:
Robert Osfield
2008-12-16 12:23:30 +00:00
parent de1031b264
commit f63d33c003
2 changed files with 5 additions and 5 deletions

View File

@@ -100,8 +100,8 @@ bool trpgFilePrintBuffer::prnLine(const char *str)
if (str)
{
fprintf(fp,indentStr);
fprintf(fp,str);
fprintf(fp,"%s",indentStr);
fprintf(fp,"%s",str);
fprintf(fp,"\n");
} else
fprintf(fp,"\n");