Add a .c_str(); to _filename (line 83)
Originally committed to SVN as r2143.
This commit is contained in:
parent
bd836309be
commit
f0f0d541b6
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ LAVCAudioProvider::LAVCAudioProvider(Aegisub::String _filename)
|
|||
} else {
|
||||
#endif
|
||||
lavcfile = LAVCFile::Create(_filename);
|
||||
filename = _filename;
|
||||
filename = _filename.c_str();
|
||||
#if 0
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue