diff -r 4b4a043111f4 -r 701844ed50d3 project_files/hwc/rtl/misc.c --- a/project_files/hwc/rtl/misc.c Wed Feb 12 00:50:15 2014 +0400 +++ b/project_files/hwc/rtl/misc.c Wed Feb 12 22:40:35 2014 +0400 @@ -108,6 +108,8 @@ bool fpcrtl_strcompare(string255 str1, string255 str2) { + FIX_STRING(str1); + FIX_STRING(str2); if(strncmp(str1.str, str2.str, 256) == 0){ return true; }