From cc68331f3d5849ffd198a091c38686f3200d3599 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 6 Nov 2015 16:48:33 +0100 Subject: [PATCH] windows port had broken unix uncompression --- src/common/rclconfig.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/rclconfig.cpp b/src/common/rclconfig.cpp index a5084af8..e69f76b6 100644 --- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -1382,6 +1382,8 @@ bool RclConfig::getUncompressor(const string &mtype, vector& cmd) const } else { *it = findFilter(*it); } + } else { + it++; } cmd.insert(cmd.end(), it, tokens.end());