Add a .c_str(); to _filename (line 83)

Originally committed to SVN as r2143.
This commit is contained in:
Amar Takhar 2008-03-25 23:01:29 +00:00
parent bd836309be
commit f0f0d541b6

View file

@ -80,7 +80,7 @@ LAVCAudioProvider::LAVCAudioProvider(Aegisub::String _filename)
} else {
#endif
lavcfile = LAVCFile::Create(_filename);
filename = _filename;
filename = _filename.c_str();
#if 0
}
#endif