aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-RC
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-03-28 09:14:45 +0800
committermbr <mbr@FreeBSD.org>2003-03-28 09:14:45 +0800
commit9e3f5772ea3f57d1dbef935795446404e6b8e4fe (patch)
tree88c8cf7ebac779e1e02c89d9b9705ce40bde05cf /editors/openoffice.org-2-RC
parentbc921aa8089f9964e6d329896f00b45742b75827 (diff)
downloadfreebsd-ports-graphics-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.tar.gz
freebsd-ports-graphics-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.tar.zst
freebsd-ports-graphics-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.zip
Fix typo: ScanFileList -> SCacheFileList
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache
index 05bc2026412..d090f991199 100644
--- a/editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-2-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 )