aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/pool/pool.cpp')
-rw-r--r--externals/grill/pool/pool.cpp2
1 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");
}