--- qsampler/trunk/src/qsamplerUtilities.cpp 2007/11/06 22:12:32 1475 +++ qsampler/trunk/src/qsamplerUtilities.cpp 2007/11/11 23:07:06 1476 @@ -109,6 +109,9 @@ !(c >= '0' && c <= '9') && !(c >= 'a' && c <= 'z') && !(c >= 'A' && c <= 'Z') && + #if defined(WIN32) + !(c == ':') && + #endif !(c == pathSeparator) ) { // convert the non-basic character into a LSCP escape sequence