aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1-devel
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-1.1-devel
parentbc921aa8089f9964e6d329896f00b45742b75827 (diff)
downloadfreebsd-ports-gnome-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.tar.gz
freebsd-ports-gnome-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.tar.zst
freebsd-ports-gnome-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.zip
Fix typo: ScanFileList -> SCacheFileList
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-1.1-devel/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 )