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

ir_validate::visit_leave() wrong/duplicate parameter checking

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • 3D Graphics

    Description

      In http://doxygen.reactos.org/d0/d10/ir__validate_8cpp_source.html :

      00122 if (ir->counter != NULL) {
      00123 if ((ir->from == NULL) || (ir->from == NULL) || (ir->increment == NULL)) {

      It should be

      00122 if (ir->counter != NULL) {
      00123 if ((ir->from == NULL) || (ir->to == NULL) || (ir->increment == NULL)) {

      Attachments

        Activity

          People

            zefklop jgardou
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: