Changeset 13441

Show
Ignore:
Timestamp:
12/21/07 18:08:31 (7 months ago)
Author:
rayg
Message:

fix for ticket #2119 (overflow in implicit constant conversion)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/gdal/frmts/terragen/terragendataset.cpp

    r13440 r13441  
    461461        m_bIsGeo = false; 
    462462        m_pszProjection = NULL; 
    463         m_nHeightScale = 0; 
     463        m_nHeightScale = 0; // rcg, fix for ticket #2119 
    464464        m_nBaseHeight = 0; 
    465465        m_dMetersPerGroundUnit = 1.0;