Ticket #36 (closed defect: fixed)

Opened 7 years ago

Last modified 4 years ago

Bug in DEBUG check in Quadtree.cpp file

Reported by: mloskot Owned by: strk@…
Priority: major Milestone:
Component: Core Version: svn-trunk
Severity: Content Keywords: imported,phpbugtracker
Cc:

Description (last modified by mloskot) (diff)

In body of Quadtree::query member function, near line 103, foundItems are passed by referenc instead of pointer, so DEBUG check should be updated as well:

line:

foundItems->size()

should read as:

foundItems.size()

Fixed in patch attached to this report

Attachments

quadtree-debug-mloskot-20060228.3.patch Download (0.7 KB) - added by mateusz@… 7 years ago.
Patch created with command cvs diff -Nua <file>

Change History

Changed 7 years ago by mateusz@…

Patch created with command cvs diff -Nua <file>

Changed 7 years ago by strk@…

  • resolution changed from none to fixed

Changed 5 years ago by mloskot

  • severity changed from Annoyance to Content
  • reporter changed from mateusz@… to mloskot
  • priority changed from 1 to major
  • version changed from 3.0.0 to svn-trunk
  • milestone changed from imported to 3.0.0
  • description modified (diff)

Changed 4 years ago by anonymous

  • milestone 3.0.0 deleted

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.