Update 'shp_2_txt.cpp'
This commit is contained in:
parent
76201e75d6
commit
ee0fb24cf1
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue