Commit b26dab7f by 李定达

1.修复并口打开失败bug

parent 1a9ab21d
...@@ -61,7 +61,7 @@ int PrtSetConf::GetPrintInfo(char data[], int prttype, PrintInfo &prtinfo) ...@@ -61,7 +61,7 @@ int PrtSetConf::GetPrintInfo(char data[], int prttype, PrintInfo &prtinfo)
GETSTRTFORSTRORINT(s, PRT_CONF_LPTNAME, prtinfo.parallel); GETSTRTFORSTRORINT(s, PRT_CONF_LPTNAME, prtinfo.parallel);
if(prtinfo.com.empty()) if(prtinfo.parallel.empty())
return ERROR_ARGV; return ERROR_ARGV;
break; break;
case OPEN_NET: case OPEN_NET:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment