Opened 18 years ago

Closed 16 years ago

Last modified 15 years ago

#31 closed defect (fixed)

Undeclared 'area' variable used in GEOSLength in geos_c.cpp

Reported by: mloskot Owned by: mloskot
Priority: major Milestone:
Component: C API Version: main
Severity: Content Keywords: imported, phpbugtracker
Cc: mloskot

Description (last modified by mloskot)

I encounter small error/typo:

Error 7 error C2065: 'area' : undeclared identifier
d:__projectsgeos_cvsgeoscapigeos_c.cpp	510

Resolution is to change lines:

try {
   *area = g->getLength();
   return 1;
}

to read:

try {
   *lenght = g->getLength();
   return 1;
}

Attachments (1)

geos_c.cpp-mloskot-20060228.3.patch (446 bytes ) - added by mateusz@… 18 years ago.
Patch proposal created using cvs diff -Nua

Download all attachments as: .zip

Change History (7)

by mateusz@…, 18 years ago

Patch proposal created using cvs diff -Nua

comment:1 by strk@…, 18 years ago

Resolution: nonefixed

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported
Reporter: changed from mateusz@… to mloskot
Resolution: fixed
Status: closedreopened
Version: 3.0.0svn-trunk

comment:3 by mloskot, 16 years ago

Component: C-APIC API
Milestone: 3.0.0
Owner: changed from strk@… to mloskot
Status: reopenednew

comment:4 by mloskot, 16 years ago

Resolution: fixed
Status: newclosed

comment:5 by mloskot, 16 years ago

Cc: mloskot added
Priority: 1major
Severity: UnassignedContent

comment:6 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.