From ee0fb24cf19bbcde9884080fbbf1a78b9852b02c Mon Sep 17 00:00:00 2001 From: zwnk Date: Thu, 23 May 2019 20:56:03 +0200 Subject: [PATCH] Update 'shp_2_txt.cpp' --- shp_2_txt.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shp_2_txt.cpp b/shp_2_txt.cpp index d29f5a9..19d280d 100644 --- a/shp_2_txt.cpp +++ b/shp_2_txt.cpp @@ -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";