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

PATCH: cmd: Little fixes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • Shell
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      Created an attachment (id=5400)
      Fix for this bug.

      Just two little fixes for CMD, discovered when compiling it with MSVC:

      1) MultiByteToWideChar() has just 6 and not 8 parameters, probably it's a forgetten copy/past from WideCharToMultiByte().

      2) ConvertULargeInteger() should have its parameter 'Len' declared as UINT rather than 'INT'. This fixes a signed/unsigned mismatch warning.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: