]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecSystemCommand.cxx
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdExecSystemCommand.cxx
index 883a8081e18f19975c3f1a2ce4102f6a29e0575f..1e8ee9e8c2d8bef4736b8ff4c554e08d5b943751 100755 (executable)
@@ -31,7 +31,7 @@ namespace bbstd
          {
            ccommand=bbGetInputIn().substr(pos1,pos2-pos1);
          }
-       for (int i=0 ; i < ccommand.length() ; i++)
+       for (unsigned int i=0 ; i < ccommand.length() ; i++)
          {
            if (ccommand[i]==39)
              {