Changeset 12 for trunk/src/slib.c


Ignore:
Timestamp:
Jan 5, 2006, 11:15:45 PM (19 years ago)
Author:
rainer
Message:

More optimisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/slib.c

    r8 r12  
    864864  if (dst == NULL)
    865865    return SL_ENONE;
    866   if (src == NULL || src == "")
     866  if (src == NULL || *src == '\0')
    867867    return SL_ENONE;
    868868
Note: See TracChangeset for help on using the changeset viewer.