diff --git a/tools/msgenc/Gmm.cpp b/tools/msgenc/Gmm.cpp index 69bc4f585..a4dc186ba 100644 --- a/tools/msgenc/Gmm.cpp +++ b/tools/msgenc/Gmm.cpp @@ -40,6 +40,7 @@ void GMM::WriteGmmHeader(const string &_filename) { switch (c) { case '/': case '.': + case '-': c = '_'; break; default: