Changeset 689 for trunk/dll/valid.c


Ignore:
Timestamp:
Jun 15, 2007, 8:33:24 AM (18 years ago)
Author:
Steven Levine
Message:

Commit OpenWatcom compatibility updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r555 r689  
    6969
    7070  // Return filename, strip path parts
    71   // Return empty string when filename ends with \
     71  // Return empty string when filename ends with backslash
    7272
    7373  if (filename) {
     
    235235
    236236  pfsq = (PFSQBUFFER2) pvBuffer;
    237   pfsn = pfsq->szName + pfsq->cbName + 1;
     237  pfsn = (PCHAR)(pfsq->szName) + pfsq->cbName + 1;
    238238  pfsd = pfsn + pfsq->cbFSDName + 1;
    239239
Note: See TracChangeset for help on using the changeset viewer.