Commit f4f0bf85 authored by Brett Cannon's avatar Brett Cannon

Revert a change where an expression is not needed now, but could be in the future.

parent 481ab89b
......@@ -1005,6 +1005,7 @@ format_float_short(double d, char format_code,
/* shouldn't get here: Gay's code should always return
something starting with a digit, an 'I', or 'N' */
strncpy(p, "ERR", 3);
p += 3;
assert(0);
}
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