From: Dean Camera Date: Sun, 26 Apr 2009 05:01:06 +0000 (+0000) Subject: Move the length decrements in the pipe and endpoint stream functions to the point... X-Git-Tag: LUFA-110528-BETA~1200 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e21b620bf6cc9fb1bb9e516efb57b1cb12c00085?hp=e21b620bf6cc9fb1bb9e516efb57b1cb12c00085 Move the length decrements in the pipe and endpoint stream functions to the point at which the buffers are operated on, to prevent decrements during iterations where no data is exchanged (thanks to Francisco Moraes). ---