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

portcls: CPortPinWavePci::HandleKsStream handles wrongly m_capture flag

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • None
    • Sound
    • None

    Description

      http://doxygen.reactos.org/d3/dda/pin__wavepci_8cpp_source.html#l00543
      As you can see, the function CPortPinWavePci::HandleKsStream handles m_capture==False and m_Capture=True in the same way.

      00559 if (m_Capture)
      00560 m_Position.WriteOffset += Data;
      00561 else
      00562 m_Position.WriteOffset += Data;

      Attachments

        Activity

          People

            j_anderw Johannes Anderwald
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: