From 968dba3204a1420d4ffc2a775392cccbc0d1932b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 20 Jan 2007 14:27:39 +0000 Subject: implemented output sorting (ogetall, ogetrec, ogetsub), see bug #154 Fixed bug #148. added success/error reporting for file operations implemented UTF-8 conversion for OSX Additionally XML files are now encoded with UTF-8. changed obviously buggy pool name registering some assertions sorting fixes and optimizations svn path=/trunk/; revision=7371 --- externals/grill/pool/source/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/pool/source/data.cpp') diff --git a/externals/grill/pool/source/data.cpp b/externals/grill/pool/source/data.cpp index 3729738c..decfc436 100644 --- a/externals/grill/pool/source/data.cpp +++ b/externals/grill/pool/source/data.cpp @@ -195,7 +195,7 @@ BL pooldata::SvDirXML(const AtomList &d,const C *flnm,I depth,BL absdir) Atoms tmp; if(absdir) tmp = d; if(file.good()) { - file << "" << endl; + file << "" << endl; file << "" << endl; file << "" << endl; BL ret = pd->SvDirXML(file,depth,tmp); -- cgit v1.2.1