[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] [patch] use fputs() in simple fprintf() situations
From: |
Andreas Gruenbacher |
Subject: |
Re: [bug-patch] [patch] use fputs() in simple fprintf() situations |
Date: |
Mon, 16 Mar 2009 01:40:17 +0100 |
User-agent: |
KMail/1.9.9 |
On Monday, 16 March 2009 0:52:38 Mike Frysinger wrote:
> there are a few places where fprintf() is used to write out a buffer. gcc
> may warn on this because no format string is used. so switching to fputs()
> avoids this.
Applied to the "testing" brach.
Thanks,
Andreas