Deleted Added
full compact
59c59
< if ((decimalpoint_cache = (char*)malloc(strlen(s0) + 1))) {
---
> if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {