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

COLOR builtin command of CMD does not format output color correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Trivial
    • 0.3.15
    • None

    Description

      r59130.

      Output of the color command should be always formatted the same.

      This is fine:
      >color 70
      Color 70

      But this is wrong:
      >color 07
      Color 7 (should be 07)

      It can be improved by formatting the string as %02x instead of %x in language files, fixed in attached patch.

      Attachments

        Activity

          People

            hbelusca hbelusca
            Black_Fox Black_Fox
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: