|
@@ -118,8 +118,8 @@ int main(int argc, char *argv[])
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
- snprintf(gstr_inputpath,255,"/home/yuchuli/demodata/cda/lk.xlsx");
|
|
|
- snprintf(gstr_outputpath,255,"/home/yuchuli/outputcda.xodr");
|
|
|
+// snprintf(gstr_inputpath,255,"/home/yuchuli/demodata/cda/lk.xlsx");
|
|
|
+// snprintf(gstr_outputpath,255,"/home/yuchuli/outputcda.xodr");
|
|
|
|
|
|
if(strncmp(gstr_inputpath , " ",255) == 0)
|
|
|
{
|