diff --git a/source/apps/encoder/enc_utils.hpp b/source/apps/encoder/enc_utils.hpp index 587c1ba..40e0d71 100644 --- a/source/apps/encoder/enc_utils.hpp +++ b/source/apps/encoder/enc_utils.hpp @@ -396,6 +396,7 @@ class j2k_argset { is_i_found = true; } else if ((tmp.front() == '-' || tmp.front() == 'C' || tmp.front() == 'S' || tmp.front() == 'Q') && is_i_found) { + if (tmp[1] == ':') continue; // for Windows fname_stop = i; is_i_found = false; }