Linux build fix. stricmp does not exist on linux. Also a small tweak to the StringF...
commit79b1739b96b452a075597a98dd5943b2f2af8e05
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 10 Nov 2010 04:44:25 +0000 (10 04:44 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 10 Nov 2010 04:44:25 +0000 (10 04:44 +0000)
tree15524ccb1cc274806fb3db9fe0bd8d631f94df95
parent594a1ba33acefccf786a6fa4c0f9d869b963237a
Linux build fix.  stricmp does not exist on linux.  Also a small tweak to the StringFromFormat routine.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@6368 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Core/Common/Src/StringUtil.cpp