Changeset 1782 for trunk/dll/arccnrs.c
- Timestamp:
- Jun 28, 2014, 11:34:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1780 r1782 1659 1659 1660 1660 WaitChild = xmallocz(sizeof(WAITCHILD), pszSrcFile, __LINE__); 1661 WaitChild->pszCmdLine = xmallocz(MaxComLineStrg, pszSrcFile, __LINE__);1662 1661 if (!WaitChild) 1663 1662 return 0; 1663 WaitChild->pszCmdLine = xmallocz(MaxComLineStrg, pszSrcFile, __LINE__); 1664 1664 if (s) { 1665 1665 if (!dcd->info->extract) {
Note:
See TracChangeset
for help on using the changeset viewer.