diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-12 03:41:32 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-12 03:41:32 +0000 |
commit | dd500deadc8cc4577a305a9f1fe438786671f9e6 (patch) | |
tree | 4e73ff62c4a697446570a2f64c470978b7725204 /externals/grill/pool | |
parent | c0ca4188c9813ddb28076c025fdcd3f4f100abeb (diff) |
""
svn path=/trunk/; revision=1217
Diffstat (limited to 'externals/grill/pool')
-rw-r--r-- | externals/grill/pool/pool.cpp | 2 | ||||
-rwxr-xr-x | externals/grill/pool/pool.cw | bin | 202236 -> 202236 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/pool/pool.cpp b/externals/grill/pool/pool.cpp index 52c6a60c..d7491c0d 100644 --- a/externals/grill/pool/pool.cpp +++ b/externals/grill/pool/pool.cpp @@ -688,7 +688,7 @@ BL pooldir::LdDirXML(istream &is,I depth,BL mkdir) } else if(tag.type == xmltag::t_end) { if(d.Count()) - d.Set(d.Count()-1,d.Atoms(),0,true); + d.Part(0,d.Count()-1); else post("pool - superfluous </dir> in XML data"); } diff --git a/externals/grill/pool/pool.cw b/externals/grill/pool/pool.cw Binary files differindex 0169ea73..8f88ff0c 100755 --- a/externals/grill/pool/pool.cw +++ b/externals/grill/pool/pool.cw |