From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pat LaVarre Subject: Re: zeroes read back more often than appended Date: 21 Oct 2003 08:47:17 -0600 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <1066747637.8228.7.camel@patehci2> References: <1065553341.8172.45.camel@patehci2> <20031007204951.A25423@falcon.csc.calpoly.edu> <1065732882.5176.14.camel@patehci2> <1065747151.2314.12.camel@patehci2> <1065803984.3037.7.camel@patehci2> <1065809754.3037.105.camel@patehci2> <1066091916.3011.2.camel@patehci2> <1066096137.3314.32.camel@patehci2> <1066692050.2814.33.camel@patehci2> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from email-out2.iomega.com ([147.178.1.83]:60896 "EHLO email.iomega.com") by vger.kernel.org with ESMTP id S263172AbTJUOr1 (ORCPT ); Tue, 21 Oct 2003 10:47:27 -0400 Received: from royntex01.iomegacorp.com (unknown [147.178.90.120]) by email.iomega.com (Postfix) with ESMTP id B32F01735 for ; Tue, 21 Oct 2003 08:47:26 -0600 (MDT) To: linux-fsdevel@vger.kernel.org In-Reply-To: <1066692050.2814.33.camel@patehci2> List-Id: linux-fsdevel.vger.kernel.org > Seemingly as yet .. tupographical errors ... > rc = sscanf(argv[0], "0x%X", &width); ... > rc = sscanf(argv[1], "0x%X", &height); ... > rc = sscanf(argv[1], "0x%X", &depth); ... Tupo #1 found. argv[0:1:2] meant, argv [0:1:1] written. Pat LaVarre