Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/prusa3d/Slic3r
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed Feb 13, 2018
2 parents e7f05f8 + e77111b commit a5e48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/src/libslic3r/Format/PRUS.cpp
Expand Up @@ -148,7 +148,7 @@ bool load_prus(const char *path, Model *model)
if (scene_xml_data.size() < size_last + size_incr)
scene_xml_data.resize(size_last + size_incr);
}
size_last += size_last + zip.LastRead();
size_last += zip.LastRead();
if (scene_xml_data.size() == size_last)
scene_xml_data.resize(size_last + 1);
else if (scene_xml_data.size() > size_last + 1)
Expand Down

0 comments on commit a5e48cd

Please sign in to comment.