change 'long long' tom int64_t'; change variable buf to new delete;

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@291 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-02-07 14:32:21 +00:00
parent 0e9897a200
commit 8f59cc96ec
43 changed files with 202 additions and 183 deletions

View File

@@ -532,7 +532,7 @@ void CMsgBox::scrollPageDown(const int pages)
m_pcTextBox->scrollPageDown(pages);
}
};
}
//////////////////////////////////////////////////////////////////////
// Function Name: ScrollPageUp
@@ -549,7 +549,7 @@ void CMsgBox::scrollPageUp(const int pages)
{
m_pcTextBox->scrollPageUp(pages);
}
};
}
//////////////////////////////////////////////////////////////////////
// Function Name: Paint
@@ -646,7 +646,7 @@ int CMsgBox::exec( int timeout, int returnDefaultOnTimeout)
if ( timeout == -1 )
timeout = g_settings.timing[SNeutrinoSettings::TIMING_EPG];
unsigned long long timeoutEnd = CRCInput::calcTimeoutEnd( timeout );
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd( timeout );
bool loop=true;
while (loop)
@@ -761,7 +761,7 @@ bool CMsgBox::setText(const std::string* newText)
}
return(lresult);
};
}
//////////////////////////////////////////////////////////////////////