mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
count type correction.
This commit is contained in:
parent
93bcf7e9a1
commit
e96ba88351
@ -37,8 +37,8 @@ std::vector<std::string> splitString(const std::string & input) {
|
||||
|
||||
std::string addLineBreaks(const std::vector<std::string> &words) {
|
||||
std::stringstream sstream;
|
||||
int numChar = 0;
|
||||
int i = 0;
|
||||
size_t numChar = 0;
|
||||
size_t i = 0;
|
||||
|
||||
while (i < words.size()) {
|
||||
if (numChar == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user