Windows update build in Advanced Installer, and warning removal.
This commit is contained in:
parent
1346e31a8e
commit
d150f9b2bd
3 changed files with 62 additions and 24 deletions
|
@ -161,7 +161,7 @@ std::string JSONDB::_genPath(const std::string &n,bool create)
|
|||
|
||||
std::string p(_basePath);
|
||||
if (create) OSUtils::mkdir(p.c_str());
|
||||
for(unsigned long i=0,j=pt.size()-1;i<j;++i) {
|
||||
for(unsigned long i=0,j=(unsigned long)(pt.size()-1);i<j;++i) {
|
||||
p.push_back(ZT_PATH_SEPARATOR);
|
||||
p.append(pt[i]);
|
||||
if (create) OSUtils::mkdir(p.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue