X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: A printf problem? Date: Tue, 13 Sep 2011 09:55:25 -0700 (PDT) Organization: http://groups.google.com Lines: 2 Message-ID: <999b98bd-0488-4131-b02a-5c8e166de703@hg2g2000vbb.googlegroups.com> References: <8c30b DOT 37d5743f DOT 3b9cd022 AT aol DOT com> NNTP-Posting-Host: 90.181.199.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1315932951 29921 127.0.0.1 (13 Sep 2011 16:55:51 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 13 Sep 2011 16:55:51 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: hg2g2000vbb.googlegroups.com; posting-host=90.181.199.10; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14,gzip(gfe) Bytes: 1305 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Anyway you should compile with -Wall gcc option that will tell you %x is wrong (use %lx) it may save you confusions in future :)