Alt Compiler fixes

This commit is contained in:
Drake Arconis
2013-01-08 06:17:39 -05:00
parent bc3ad59dd5
commit 9f7e81cec2
2 changed files with 2 additions and 2 deletions

View File

@@ -794,7 +794,7 @@ private:
LLPI_SET_INFO_INT(eModel, "model");
S32 family;
S32 family = 0;
if (!cpuinfo["cpu family"].empty()
&& LLStringUtil::convertToS32(cpuinfo["cpu family"], family))
{