From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 27 Feb 2012 19:02:27 +0800 References: <1330267182-15607-1-git-send-email-ordex@autistici.org> In-Reply-To: <1330267182-15607-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202271902.27901.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: print OGM seq numbers as unsigned long Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Sunday, February 26, 2012 22:39:41 Antonio Quartulli wrote: > OGM sequence numbers are declared as uint32_t and so they have to printed > using %u instead of %d in order to avoid wrong representations. Applied in revision 14b1316. Thanks, Marek