simplified

This commit is contained in:
john30
2015-09-19 09:48:12 +02:00
parent 1a8d09312a
commit 05f162406d
+1 -1
View File
@@ -321,7 +321,7 @@ string MainLoop::executeRead(vector<string> &args)
time_t now;
time(&now);
while (hex && argPos > 0 && args.size() > argPos) {
if (hex && argPos > 0 && args.size() > argPos) {
SymbolString cacheMaster(false);
result_t ret = parseHexMaster(args, argPos, cacheMaster);
if (ret != RESULT_OK)