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;
|
DBFHandle dbfh;
|
||||||
int i, iRecord;
|
int i, iRecord;
|
||||||
char *pszFilename = NULL;
|
char *pszFilename = NULL;
|
||||||
int nWidth, nDecimals;
|
int nWidth, nDecimals;
|
||||||
char szTitle[12];
|
char szTitle[12];
|
||||||
|
|
||||||
string filename = "f:\\testing\\shp_2_txt\\MA.dbf";
|
string filename = "f:\\testing\\shp_2_txt\\MA.dbf";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue