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";