Kaydet (Commit) 6f826469 authored tarafından Mark Dickinson's avatar Mark Dickinson

Temporary checkin to try to diagnose i386 Ubuntu buildbot failure.

üst e0da9fcf
...@@ -1003,7 +1003,7 @@ format_float_short(double d, char format_code, ...@@ -1003,7 +1003,7 @@ format_float_short(double d, char format_code,
something starting with a digit, an 'I', or 'N' */ something starting with a digit, an 'I', or 'N' */
strncpy(p, "ERR", 3); strncpy(p, "ERR", 3);
p += 3; p += 3;
assert(0); /* assert(0); */
} }
goto exit; goto exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment