Skip to content
Snippets Groups Projects
  1. Nov 26, 2007
  2. Nov 22, 2007
  3. Nov 21, 2007
  4. Nov 20, 2007
  5. Nov 19, 2007
  6. Nov 16, 2007
  7. Nov 15, 2007
  8. Nov 14, 2007
  9. Nov 13, 2007
  10. Nov 12, 2007
    • Iustin Pop's avatar
      Fix a wrong comparison in _RecursiveAssembleBD · 7803d4d3
      Iustin Pop authored
      We want to prevent sending too many 'None' children to a device.
      However, the test as it is today is wrong, as we want to test the
      situation after adding a new child, and not before. This patch fixes
      this by testing greater-or-equal instead of just greater.
      
      Reviewed-by: imsnah
      7803d4d3
Loading