Update 'shp_2_txt.cpp'

This commit is contained in:
zwnk 2019-05-23 20:59:08 +02:00
parent 98e1a97f29
commit 9293795219

View file

@ -15,7 +15,6 @@ int main(int argc, char const *argv[])
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";
ofstream txt_file("out.txt"); ofstream txt_file("out.txt");