Changeset 1010 for trunk/eas.c


Ignore:
Timestamp:
May 10, 2008, 10:07:58 PM (17 years ago)
Author:
Steven Levine
Message:

Correct compare typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eas.c

    r907 r1010  
    1313                allocate list contents
    1414  08 Apr 07 SHL Minor reformat
     15  10 May 08 SHL Correct compare typo
    1516
    1617***********************************************************************/
     
    5455          if (list &&
    5556              insert_filename(HWND_DESKTOP,fullname,TRUE,FALSE) &&
    56               *fullname && *fullname == '*') {
     57              *fullname && *fullname != '*') {
    5758            list[0] = fullname;
    5859            list[1] = NULL;
Note: See TracChangeset for help on using the changeset viewer.