Changes between Version 1 and Version 2 of Ticket #970


Ignore:
Timestamp:
Apr 8, 2007, 2:07:49 PM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #970 – Description

    v1 v2  
    1 {{{
    21From Carlos A. Rueda <carueda@ucdavis.edu>
    32
     
    76Below is a small program that demonstrates the problem:
    87
     8{{{
    99$ g++ -Wall wktcoordbug.cc -lgdal
    1010$ ./a.out
     
    1515-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.000000000000000
    1616Segmentation fault
     17}}}
    1718
    1819Note: I made the test on a liitle-endian machine.
    1920
    20 Best regards,
    21 
    22 carlos
    23 
    24 
     21{{{
    2522/////////////////  wktcoordbug.cc ///////////////////////
    2623// OGRMakeWktCoordinate bug
     
    5249}
    5350}}}
     51
     52Carlos