Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-6918

Inflib uses nonstandard function swprintf

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • Build System

    Description

      On Windows, it is int swprintf(wchar_t *, const wchar_t *, ...);
      However, in ISO C99 it is int swprintf (wchar_t *, size_t, const wchar_t *, ...);
      Inflib is used by mkhive, which thus can work incorrectly on Unix.

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            hto hto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: