From: Dean Camera Date: Thu, 18 Feb 2010 05:33:35 +0000 (+0000) Subject: Use a temporary variable to hold the current URI length in the Webserver, rather... X-Git-Tag: LUFA-110528-BETA~590 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/42b850f2b94941066c36d85b4878d6a348260b4d?hp=42b850f2b94941066c36d85b4878d6a348260b4d Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c. ---