From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55404 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHe4d-000851-8W for qemu-devel@nongnu.org; Thu, 27 May 2010 10:28:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHe4c-0001CT-8f for qemu-devel@nongnu.org; Thu, 27 May 2010 10:28:39 -0400 Received: from are.twiddle.net ([75.149.56.221]:40290) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHe4c-0001CF-2Q for qemu-devel@nongnu.org; Thu, 27 May 2010 10:28:38 -0400 Message-ID: <4BFE8194.6040105@twiddle.net> Date: Thu, 27 May 2010 07:28:36 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] vnc: tight: don't forget last pixel in tight_encode_indexed_rect References: <1274253852-16068-1-git-send-email-corentincj@iksaif.net> <1274941314-7493-1-git-send-email-corentincj@iksaif.net> In-Reply-To: <1274941314-7493-1-git-send-email-corentincj@iksaif.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corentin Chary Cc: Anthony Liguori , Adam Litke , qemu-devel@nongnu.org, Alexander Graf On 05/26/2010 11:21 PM, Corentin Chary wrote: > - int rep = 0; \ > + int i = 0, rep = 0; \ Dead initialization. r~