Workaround for VLCReader::xReadString for Visual C++
The current code misses the first character of the string for some reason. Maybe a compiler problem. Using a local variable fixed this.
The current code misses the first character of the string for some reason. Maybe a compiler problem. Using a local variable fixed this.