Ignore:
Timestamp:
Oct 13, 2001, 7:57:58 PM (24 years ago)
Author:
umoeller
Message:

Lots of updates from the last week for conditional compiles and other stuff.

File:
1 edited

Legend:

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

    r21 r108  
    857857                                    USHORT usCodepage)  // in: codepage to set in EAT_MVMT
    858858{
    859     PEABINDING peab;
     859    PEABINDING peab = NULL;
    860860    if (pcszInput)
    861861    {
    862         peab = (PEABINDING)malloc(sizeof(EABINDING));
    863         if (peab)
     862        if ((peab = (PEABINDING)malloc(sizeof(EABINDING))))
    864863        {
    865864            const char *p = pcszInput,
Note: See TracChangeset for help on using the changeset viewer.