Fix a warning
This commit is contained in:
parent
e6a13c76f1
commit
c59a819068
@ -76,7 +76,7 @@ TEST_F(SongTest, DetectsWindows1251) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(SongTest, LeavesASCIIAlone) {
|
TEST_F(SongTest, LeavesASCIIAlone) {
|
||||||
char* ascii = "foobar";
|
const char* ascii = "foobar";
|
||||||
UniversalEncodingHandler handler;
|
UniversalEncodingHandler handler;
|
||||||
TagLib::ByteVector bytes(ascii);
|
TagLib::ByteVector bytes(ascii);
|
||||||
TagLib::String str = handler.parse(bytes);
|
TagLib::String str = handler.parse(bytes);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user