Changeset 2301
- Timestamp:
- Aug 22, 2005, 5:48:08 AM (20 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/emx/src/lib/sys/fs.c (modified) (1 diff, 1 prop)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/emx/src/lib/sys/fs.c- 
Property       cvs2svn:cvs-rev
 changed from       1.21to1.22
 r2300 r2301 1253 1253 pszNativePath[cch] = '\0'; 1254 1254 } 1255 LIBCLOG_RETURN_ INT(0);1255 LIBCLOG_RETURN_MSG(0, "ret 0 pszNativePath=%p:{%s}\n", (void *)pszNativePath, pszNativePath); 1256 1256 } 1257 1257 1258 1258 /* failure */ 1259 LIBCLOG_ERROR_RETURN_ INT(rcRet);1259 LIBCLOG_ERROR_RETURN_MSG(rcRet, "ret %d pszNativePath=%p:{%s}\n", rcRet, (void *)pszNativePath, pszNativePath); 1260 1260 pszUserPathIn = pszUserPathIn; 1261 1261 } 
- 
Property       cvs2svn:cvs-rev
 changed from       
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
