SVN revision: 31811
This commit is contained in:
Carsten Haitzler 2007-09-26 00:16:31 +00:00
parent d88b5cfe37
commit fe14d210b5
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ _eet_string_to_double_convert(const char *src, long long *m, long *e)
if (*str != 'p')
{
fprintf(stderr, "[Eet] Error 3 during conversion '%s'\n", src);
abort();
return 0;
}
sign = +1;