Menu

#86 0.14 - fix string format

0.14
closed
None
5
2014-11-27
2010-04-12
Kharec
No

Hello,

I send you a patch for fix str fmt in 0.14.
I hope you will add it for new version.

Regards.

Discussion

  • Kharec

    Kharec - 2010-04-12

    aide-0.14-fix-str-fmt.patch

     
  • Richard van den Berg

    You propose the following change:

    - retval=dofprintf(tmpstr);
    + retval=dofprintf(tmpstr, "%s");

    However, (tmpstr, "%s") is not a valid format string. Perhaps you mean ("%s",tmpstr) ? It seems dofprintf(x) is used throughout aide where x is a pointer to char containing the string to be printed in the output file. This seems to work just fine,

    Can you explain what the problem is you are having?

     
  • Richard van den Berg

    • milestone: --> 0.14
    • assigned_to: nobody --> rvdb
     
  • Richard van den Berg

    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     

Log in to post a comment.