OSDN Git Service

fix wildcard expansion, etc. under windows
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 10 Jun 2010 15:03:02 +0000 (17:03 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 10 Jun 2010 15:05:44 +0000 (17:05 +0200)
commit24f07b7a72a0f07068a63b6b576cce51609dfc7f
treea961384526fe524ce80f3625adee986479195570
parente80a4b962f096b006ca01761fad485f475813fd1
fix wildcard expansion, etc. under windows

raw strings would break things due to the missing null terminator. this
did not affect unix, as there we convert to 8 bit anyway.

Task-number: QTCREATORBUG-1364
src/shared/proparser/ioutils.cpp