compiler/libec: (#205) Fixed integer promotions to follow the C standard (6.3.1.1)
[sdk] / compiler / bootstrap / ecere / bootstrap / BuiltInContainer.c
index f7d6eee..581d5f6 100644 (file)
@@ -485,7 +485,7 @@ data += Dclass->typeSize;
 }
 }
 else
-tempString[0] = (char)0;
+tempString[0] = 0;
 return tempString;
 }