summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-28 01:14:45 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-28 01:14:45 +0000
commit0807320391d8165aeea81cc44c744597244c2f24 (patch)
tree450cac56781020794f0817327329d46c06a376ff /editors/openoffice.org-3-RC
parentUpgrade to mod_ssl-2.8.14-1.3.27 to fix the recent discovered (diff)
Fix typo: ScanFileList -> SCacheFileList
Notes
Notes: svn path=/head/; revision=77567
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache
@@ -21,7 +21,7 @@
}
-void ScanFileList( const ByteString& rPath, FileList& rLst )
-+void ScanFileList( const ByteString& rPath, ScanFileList& rLst )
++void ScanFileList( const ByteString& rPath, SCacheFileList& rLst )
{
Dir aFiles( rPath, FSYS_KIND_FILE );
for( USHORT i = 0; i < aFiles.Count(); ++i )