Changes between Initial Version and Version 2 of Ticket #31


Ignore:
Timestamp:
Nov 21, 2007, 3:21:03 PM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31

    • Property Status closedreopened
    • Property Reporter changed from mateusz@… to mloskot
    • Property Version 3.0.0svn-trunk
    • Property Milestone imported
    • Property Resolution none
  • Ticket #31 – Description

    initial v2  
    1 {{{
    21I encounter small error/typo:
    32
     3{{{
    44Error 7 error C2065: 'area' : undeclared identifier
    55d:__projectsgeos_cvsgeoscapigeos_c.cpp  510
     6}}}
    67
    7 Resolution:
     8Resolution is to change lines:
    89
    9 Change lines:
    10 
     10{{{
    1111try {
    1212   *area = g->getLength();
    1313   return 1;
    1414}
     15}}}
    1516
    1617to read:
    17 
     18{{{
    1819try {
    1920   *lenght = g->getLength();