From f86d3e03d508fbe6734a2e26b85e687d1e070211 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 7 Nov 2004 21:25:19 +0000 Subject: [PATCH] fixed a bug with FHS driver lookup git-svn-id: http://svn.opengroupware.org/SOPE/trunk@349 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/ChangeLog | 4 ++++ sope-xml/SaxObjC/SaxXMLReaderFactory.m | 2 +- sope-xml/SaxObjC/Version | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index 1fce14b0..333eaaab 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,3 +1,7 @@ +2004-11-07 Helge Hess + + * SaxXMLReaderFactory.m: fixed a bug in FHS bundle lookup (v4.5.45) + 2004-11-06 Helge Hess * SaxObjectModel.m, SaxXMLReaderFactory.m: use SOPE version defines diff --git a/sope-xml/SaxObjC/SaxXMLReaderFactory.m b/sope-xml/SaxObjC/SaxXMLReaderFactory.m index ebe0f4a1..455ef56a 100644 --- a/sope-xml/SaxObjC/SaxXMLReaderFactory.m +++ b/sope-xml/SaxObjC/SaxXMLReaderFactory.m @@ -127,7 +127,7 @@ static id factory = nil; /* FHS fallback */ tmp = [NSString stringWithFormat:@"lib/sope-%i.%i/saxdrivers/", - SOPE_MINOR_VERSION, SOPE_MINOR_VERSION]; + SOPE_MAJOR_VERSION, SOPE_MINOR_VERSION]; [ma addObject:[@"/usr/local/" stringByAppendingString:tmp]]; [ma addObject:[@"/usr/" stringByAppendingString:tmp]]; searchPathes = [ma copy]; diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 6053c6f7..22e2df1f 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=44 +SUBMINOR_VERSION:=45 -- 2.39.5