From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: new code; iptables-xml for iptables package. Date: Fri, 10 Nov 2006 15:42:15 +0100 Message-ID: <45548FC7.1080702@trash.net> References: <455311B5.5000600@ufomechanic.net> <455374BE.9050507@trash.net> <455457C8.4030205@ufomechanic.net> <45547982.2070606@trash.net> <45547E94.1040100@ufomechanic.net> <455483D9.6090003@trash.net> <45548CD2.5090407@ufomechanic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Harald Welte , Netfilter Development Mailinglist Return-path: To: Amin Azez In-Reply-To: <45548CD2.5090407@ufomechanic.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Amin Azez wrote: > * Patrick McHardy wrote, On 10/11/06 13:51: > >>Amin Azez wrote: >> >>>As for the spacing - guilt - I used the wrong indent options obviously >>>:-) fixed now >> >>Thanks, now all I need is a patch to the Makefile to actually compile >>this thing :) Thanks. Compiling gives me a warning about an unused result of this expression: static void xmlEncode(char *text) { ... *text++; } I assume this should be "text++"?