Ignore:
Timestamp:
Oct 15, 2001, 11:17:25 PM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

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

    r108 r110  
    396396       )
    397397    {
    398         pxstr->psz = realloc(pxstr->psz,
    399                              pxstr->ulLength + 1);
     398        pxstr->psz = (PSZ)realloc(pxstr->psz,
     399                                  pxstr->ulLength + 1);
    400400        pxstr->cbAllocated = pxstr->ulLength + 1;
    401401    }
Note: See TracChangeset for help on using the changeset viewer.