This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug manual/24638] New: Error in example of parsing a template string


https://sourceware.org/bugzilla/show_bug.cgi?id=24638

            Bug ID: 24638
           Summary: Error in example of parsing a template string
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: manual
          Assignee: unassigned at sourceware dot org
          Reporter: maurooaranda at gmail dot com
                CC: mtk.manpages at gmail dot com
  Target Milestone: ---

Hello.

Refer to the example of the node Example of Parsing, in stdio.texi.

The example calls parse_printf_format like this:
parse_printf_format (string, nelts, argtypes)

However, neither 'string' nor 'nelts' is declared.  I think the call should be:
parse_printf_format (format, nargs, argtypes)

Best regards,
Mauro.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]