Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-02-13 13:19:34 +0300
committerbubnikv <bubnikv@gmail.com>2018-02-13 13:19:34 +0300
commita5e48cdf4d824fdec8a97d1f1569e58595d0990e (patch)
treefdbf87a3e6ed36560f533fa81656cd80e5893bcf
parente7f05f8516e5e7ab52bfc4af0d5bbbd1bc5ae43c (diff)
parente77111bf9891df61abbd1130d5aa8165a52a9058 (diff)
Merge branch 'master' of https://github.com/prusa3d/Slic3rversion_1.40.0-alphaversion_1.39.1-beta
-rw-r--r--xs/src/libslic3r/Format/PRUS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Format/PRUS.cpp b/xs/src/libslic3r/Format/PRUS.cpp
index b7ef33774..1809eaead 100644
--- a/xs/src/libslic3r/Format/PRUS.cpp
+++ b/xs/src/libslic3r/Format/PRUS.cpp
@@ -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)