Changeset 1877 for trunk/dll/eas.c
- Timestamp:
- Oct 11, 2015, 11:43:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/eas.c
r1869 r1877 1061 1061 CHAR *p, *peaval; 1062 1062 1063 //DbgMsg(pszSrcFile, __LINE__, "SaveEA: entered for %s", filename);1064 1065 1063 if (!filename || !current) 1066 1064 return (PVOID)pfealist; // FIXME to complain … … 1217 1215 memcmp(current->pfea->szName + current->pfea->cbName + 1, 1218 1216 pfealist->list[0].szName + pfealist->list[0].cbName + 1, 1219 current->pfea->cbValue) == 0) 1220 { 1221 DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s unchanged", current->pfea->szName); 1217 current->pfea->cbValue) == 0) { 1218 //DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s unchanged", current->pfea->szName); 1222 1219 rc = 0; // Suppress rewrite 1223 1220 } … … 1225 1222 rc = xDosSetPathInfo(filename, FIL_QUERYEASIZE, 1226 1223 &eaop, sizeof(eaop), DSPI_WRTTHRU); 1227 DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s updated", current->pfea->szName);1224 //DbgMsg(pszSrcFile, __LINE__, "SaveEA: %s updated", current->pfea->szName); 1228 1225 } 1229 1226 #else
Note:
See TracChangeset
for help on using the changeset viewer.