Changeset 45 for trunk/src/helpers/dosh.c
- Timestamp:
- Mar 10, 2001, 12:58:28 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dosh.c
r43 r45 1922 1922 { 1923 1923 // try additional things then 1924 PSZ psz2 = malloc(strlen(pcszCommand) + 20);1924 PSZ psz2 = (PSZ)malloc(strlen(pcszCommand) + 20); 1925 1925 if (psz2) 1926 1926 {
Note:
See TracChangeset
for help on using the changeset viewer.