pkgsrc/converters/tex2rtf/patches/patch-af
ben 165158ba55 Update tex2rtf to version 2.01. A changelog is not available, but this
version of tex2rtf is updated to work with newer versions of wxwindows,
and the prior version is referred to as obsolete.  I am told that some
of the patches duplicate work that is done in CVS, so some patches
should disappear over time.
2004-03-30 18:23:46 +00:00

13 lines
438 B
Text

$NetBSD: patch-af,v 1.1 2004/03/30 18:23:46 ben Exp $
--- xlputils.cpp.orig Thu Nov 23 05:27:52 2000
+++ xlputils.cpp
@@ -1195,7 +1195,7 @@ bool XLPGo(void)
fclose(Subsubsections); Subsubsections = NULL;
fclose(Index); Index = NULL;
- if (FileExists(ContentsName)) wxRemoveFile(ContentsName);
+ if (wxFileExists(ContentsName)) wxRemoveFile(ContentsName);
if (!wxRenameFile(TmpContentsName, ContentsName))
{