Update 'shp_2_txt.cpp'

This commit is contained in:
zwnk 2019-05-23 21:01:55 +02:00
parent 22365c220e
commit 92ee58e14e

View file

@ -18,7 +18,6 @@ int main(int argc, char const *argv[])
string filename = "f:\\testing\\shp_2_txt\\MA.dbf"; string filename = "f:\\testing\\shp_2_txt\\MA.dbf";
ofstream txt_file("out.txt"); ofstream txt_file("out.txt");
dbfh = DBFOpen(filename.c_str(), "rb"); dbfh = DBFOpen(filename.c_str(), "rb");
if (dbfh <= 0) if (dbfh <= 0)