From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id 456042002A8 for ; Thu, 12 Jan 2012 09:45:34 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 49A2142803 for ; Thu, 12 Jan 2012 09:45:32 -0800 (PST) Date: Thu, 12 Jan 2012 09:45:32 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0f1c3c3de3d_301a3fbac148daf82370e0@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Forgot I was flinging around sprintf strings Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0f1c3c3beb6_301a3fbac148daf8236820"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 17:45:34 -0000 ----==_mimepart_4f0f1c3c3beb6_301a3fbac148daf8236820 Date: Thu, 12 Jan 2012 09:45:32 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0f1c3c3cf50_301a3fbac148daf82369ba@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 6fa7a9f8f2d49298c7d518c55d47c996977cdd61 https://github.com/dtaht/deBloat/commit/6fa7a9f8f2d49298c7d518c55d47c996977cdd61 Author: Dave Taht Date: 2012-01-12 (Thu, 12 Jan 2012) Changed paths: M src/debloat Log Message: ----------- Forgot I was flinging around sprintf strings It's sometimes hard to get used to the flexibility of having varargs everywhere. Saved 5 characters a line and two calls to string.format... ----==_mimepart_4f0f1c3c3beb6_301a3fbac148daf8236820--