Update 'shp_2_txt.cpp'

This commit is contained in:
zwnk 2019-05-23 20:56:03 +02:00
parent 76201e75d6
commit ee0fb24cf1
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ int main(int argc, char const *argv[])
{
DBFHandle dbfh;
int i, iRecord;
char *pszFilename = NULL;
int nWidth, nDecimals;
char szTitle[12];
char *pszFilename = NULL;
int nWidth, nDecimals;
char szTitle[12];
string filename = "f:\\testing\\shp_2_txt\\MA.dbf";