diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-14 23:53:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-14 23:53:13 (GMT) |
commit | 68a10954cf09104d4b0097b9a62ae30cd316a5c6 (patch) | |
tree | 1751423f8f8c013ebb759f927c0318f82a2427a4 /src/primitives.cc | |
parent | 25f6593484951c32aaaf79da89d0b3acf352b0fe (diff) | |
parent | a9e79409436d9037227dd73571b026c7ff0d4f62 (diff) |
Merge branch 'clothbot-master'
Diffstat (limited to 'src/primitives.cc')
-rw-r--r-- | src/primitives.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitives.cc b/src/primitives.cc index feaa1a4..ce52550 100644 --- a/src/primitives.cc +++ b/src/primitives.cc @@ -530,7 +530,7 @@ sphere_next_r2: { dd.paths.push_back(DxfData::Path()); for (size_t j=0; j<this->paths.vec[i]->vec.size(); j++) { - int idx = this->paths.vec[i]->vec[j]->num; + unsigned int idx = this->paths.vec[i]->vec[j]->num; if (idx < dd.points.size()) { dd.paths.back().indices.push_back(idx); } |