Typecasting added to prevent warnings.

Instead of copying the temp file, if the temp file directory and output file directory for RTF are the same, program does a rename instead of a copy.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2000-08-14 12:05:13 +00:00
parent 405c846fc4
commit 241c426ca8
2 changed files with 19 additions and 4 deletions

View File

@@ -1471,7 +1471,8 @@ bool TexLoadFile(char *filename)
if (Inputs[0]) fclose(Inputs[0]);
return TRUE;
}
else return FALSE;
return FALSE;
}
TexMacroDef::TexMacroDef(int the_id, char *the_name, int n, bool ig, bool forbidLevel)