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

Cleaning vgaWriteScan( )

    XMLWordPrintable

Details

    Description

      The following patch cleans the vgaWriteScan ( ) in Vga driver:
      http://doxygen.reactos.org/d1/d52/vgavideo_8c_source.html#l00654
      If cleans the following assignments:

      dummy = vp[off];
      dummy = bp[i];
      vp[off] = dummy;

      to:
      vp[off]= bp[i];

      And also removes "dummy" variable which was just used for this.

      Attachments

        Activity

          People

            theflash Alex
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: