Update 'shp_2_txt.cpp'
This commit is contained in:
parent
22365c220e
commit
92ee58e14e
1 changed files with 32 additions and 33 deletions
|
@ -18,7 +18,6 @@ int main(int argc, char const *argv[])
|
|||
string filename = "f:\\testing\\shp_2_txt\\MA.dbf";
|
||||
|
||||
ofstream txt_file("out.txt");
|
||||
|
||||
dbfh = DBFOpen(filename.c_str(), "rb");
|
||||
|
||||
if (dbfh <= 0)
|
||||
|
|
Loading…
Reference in a new issue