You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed some warnings related with an "incorrect" use of printf and
derivates. Could you fix that issue aplying the next patch?
1535c1535
< puts(buffer);
---
> printf(buffer);
1545c1545
< fputs(buffer, stderr);
---
> fprintf(stderr, buffer);
Original issue reported on code.google.com by [email protected] on 7 Mar 2010 at 2:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Mar 2010 at 2:39The text was updated successfully, but these errors were encountered: