Temporary checkin to try to diagnose i386 Ubuntu buildbot failure.

This commit is contained in:
Mark Dickinson 2010-07-09 19:43:26 +00:00
parent e0da9fcf06
commit 6f826469bb
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ format_float_short(double d, char format_code,
something starting with a digit, an 'I', or 'N' */
strncpy(p, "ERR", 3);
p += 3;
assert(0);
/* assert(0); */
}
goto exit;
}