ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/multidimvar.cpp
(Generate patch)

Comparing XmlTools2/trunk/multidimvar.cpp (file contents):
Revision 906 by s10k, Sat Feb 1 14:27:58 2014 UTC vs.
Revision 910 by s10k, Sat Feb 1 16:02:56 2014 UTC

# Line 56 | Line 56 | QString MultiDimVar::toString(){
56          result += QString::number(this->multiDimValue[i],'G',9) + " "; // G is the option used by onisplit
57      }
58  
59 <    result += QString::number(this->multiDimValue.size()-1,'G',9); // last one does not have a space at the end
59 >    result += QString::number(this->multiDimValue[this->multiDimValue.size()-1],'G',9); // last one does not have a space at the end
60  
61      return result;
62  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)