- Timestamp:
- Jun 5, 2010, 1:48:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/dosh.c
r353 r385 30 30 31 31 /* 32 * This file Copyright (C) 1997-20 07Ulrich Mller.32 * This file Copyright (C) 1997-2010 Ulrich Mller. 33 33 * This file is part of the "XWorkplace helpers" source package. 34 34 * This is free software; you can redistribute it and/or modify … … 2135 2135 * must be the first character), or this will 2136 2136 * return garbage. 2137 * 2138 *@@changed WarpIN V1.0.20 (2010-06-05) [pr]: now compares FSD name correctly 2137 2139 */ 2138 2140 … … 2161 2163 // Each data field following fsqBuffer.szName begins 2162 2164 // immediately after the previous item. 2163 if (!strncmp( (PSZ)&(pfsqBuffer->szName)+ pfsqBuffer->cbName + 1,2165 if (!strncmp(pfsqBuffer->szName + pfsqBuffer->cbName + 1, 2164 2166 "FAT", 2165 3))2167 pfsqBuffer->cbFSDName)) 2166 2168 brc = TRUE; 2167 2169 }
Note:
See TracChangeset
for help on using the changeset viewer.