Skip to content

Commit

Permalink
- Do MMC_CHECK_STRING just in case
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 2, 2011
1 parent a0ec292 commit bb59ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_runtime/meta/realString.c
Expand Up @@ -174,6 +174,7 @@ static void* dtostr(double d)
}
*res = 0;
freedtoa(cporig);
MMC_CHECK_STRING(retval);
return retval;
}

Expand Down

0 comments on commit bb59ec7

Please sign in to comment.