summaryrefslogtreecommitdiff
path: root/converters/tex2rtf/patches/patch-af
blob: f3587af3dfa7e2d77381dae874012d9e2aab6bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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))
     {