first fix for 64bit bug/crash.

This commit is contained in:
Robin Gareus 2010-09-20 19:26:19 +02:00
parent 582969915c
commit 0807e9d5da
1 changed files with 1 additions and 1 deletions

View File

@ -1954,7 +1954,7 @@ GLiveSupport :: substituteRdsItem(Ptr<Glib::ustring>::Ref rdsString,
const std::string & metadataKey) const std::string & metadataKey)
throw () throw ()
{ {
unsigned int pos; size_t pos;
while ((pos = rdsString->find(placeholder)) != std::string::npos) { while ((pos = rdsString->find(placeholder)) != std::string::npos) {
Ptr<const Glib::ustring>::Ref value; Ptr<const Glib::ustring>::Ref value;
if (playable) { if (playable) {