Changeset 14443
- Timestamp:
- 05/10/08 18:43:23 (3 months ago)
- Files:
-
- trunk/gdal/ogr/ogrfeature.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/ogr/ogrfeature.cpp
r14440 r14443 1049 1049 if( poFDefn->GetWidth() != 0 ) 1050 1050 { 1051 snprintf( szFormat, TEMP_BUFFER_SIZE, "%%%d.%df",1051 snprintf( szFormat, sizeof(szFormat), "%%%d.%df", 1052 1052 poFDefn->GetWidth(), poFDefn->GetPrecision() ); 1053 1053 }
