Opened 18 years ago

Last modified 15 years ago

#36 closed defect (fixed)

Bug in DEBUG check in Quadtree.cpp file

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

Description (last modified by mloskot)

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 (1)

quadtree-debug-mloskot-20060228.3.patch (750 bytes ) - added by mateusz@… 18 years ago.
Patch created with command cvs diff -Nua <file>

Download all attachments as: .zip

Change History (4)

by mateusz@…, 18 years ago

Patch created with command cvs diff -Nua <file>

comment:1 by strk@…, 18 years ago

Resolution: nonefixed

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported3.0.0
Priority: 1major
Reporter: changed from mateusz@… to mloskot
Severity: AnnoyanceContent
Version: 3.0.0svn-trunk

comment:3 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.