Store a result in a variable to have no warning

This commit is contained in:
paradiseo 2010-06-22 09:31:58 +00:00
commit ed35ed4da0

View file

@ -79,7 +79,7 @@ public :
else
s = " ";
system(s.c_str());
res=system(s.c_str());
// all done
}