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

dwnl: Printing incorrectly a 64-bits variable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.0
    • Applications

    Description

      Printing incorrectly a 64-bits variable.
      Current:

      _tprintf(_T("Length: %ull\n"), This->Size);


      Fixed:

      _tprintf(_T("Length: %llu\n"), This->Size);

      Spotted by PVS-Studio 5.02

      Attachments

        Issue Links

          Activity

            People

              ThFabba ThFabba
              vicmarcal vicmarcal
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: