Commit a8ac9449 authored by Brett Cannon's avatar Brett Cannon

Add back in a line that was unneeded which advanced a pointer, but commented

out as it is currently unneeded.

This effectively adds back in the line removed in r80809 as a comment.
parent acab940c
......@@ -2478,6 +2478,7 @@ _PyFloat_Pack8(double x, unsigned char *p, int le)
/* Eighth byte */
*p = flo & 0xFF;
/* p += incr; Unneeded (for now) */
/* Done */
return 0;
......
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