Ignore:
Timestamp:
Mar 10, 2001, 12:58:28 AM (24 years ago)
Author:
umoeller
Message:

Misc. changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dosh.c

    r43 r45  
    19221922    {
    19231923        // try additional things then
    1924         PSZ psz2 = malloc(strlen(pcszCommand) + 20);
     1924        PSZ psz2 = (PSZ)malloc(strlen(pcszCommand) + 20);
    19251925        if (psz2)
    19261926        {
Note: See TracChangeset for help on using the changeset viewer.