mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Removed null termination from return value of String::data()
This commit is contained in:
parent
c86ea7bdff
commit
4e05923479
@ -436,7 +436,7 @@ ByteVector String::data(Type t) const
|
||||
|
||||
#endif
|
||||
|
||||
v.resize(::strlen(v.data()) + 1);
|
||||
v.resize(::strlen(v.data()));
|
||||
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user