MCPcopy Index your code
hub / github.com/MapServer/MapServer / msDBFWriteIntegerAttribute

Function msDBFWriteIntegerAttribute

mapxbase.c:795–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793/************************************************************************/
794
795int msDBFWriteIntegerAttribute( DBFHandle psDBF, int iRecord, int iField, int nValue )
796{
797 double dValue = nValue;
798
799 return( msDBFWriteAttribute( psDBF, iRecord, iField, (void *) &dValue ) );
800}
801
802/************************************************************************/
803/* msDBFWriteStringAttribute() */

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

msDBFWriteAttributeFunction · 0.85

Tested by

no test coverage detected