Fix a few signed unsigned mismatches

This commit is contained in:
Inusaito Sayori
2013-10-03 12:41:10 -04:00
parent 8bdc92c99b
commit 1c96fa09fd
3 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ void LLLogChat::loadHistory(std::string const& filename , void (*callback)(ELogL
char buffer[LOG_RECALL_BUFSIZ];
bool error = false;
int nlines = 0;
U32 nlines = 0;
while (pos > 0 && nlines < lines)
{
// Read the LOG_RECALL_BUFSIZ characters before pos.