From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix fscanf format mismatch Date: Fri, 20 Feb 2015 11:09:52 +0100 Message-ID: <1535585.jEGHYC2Hmn@xps13> References: <1423755577-18174-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Gonzalez Monroy, Sergio" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > Variables are unsigned int but format scans for signed int. > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: Pablo de Lara Applied, thanks