first fix for 64bit bug/crash.
This commit is contained in:
parent
582969915c
commit
0807e9d5da
|
@ -1954,7 +1954,7 @@ GLiveSupport :: substituteRdsItem(Ptr<Glib::ustring>::Ref rdsString,
|
|||
const std::string & metadataKey)
|
||||
throw ()
|
||||
{
|
||||
unsigned int pos;
|
||||
size_t pos;
|
||||
while ((pos = rdsString->find(placeholder)) != std::string::npos) {
|
||||
Ptr<const Glib::ustring>::Ref value;
|
||||
if (playable) {
|
||||
|
|
Loading…
Reference in New Issue