(file) Return to tvfs.c CVS log (file) (dir) Up to [RizwankCVS] / group3 / wine / dlls / cabinet / tests

Diff for /group3/wine/dlls/cabinet/tests/tvfs.c between version 1.4 and 1.5

version 1.4, 2005/02/25 10:35:55 version 1.5, 2005/02/26 03:39:29
Line 150 
Line 150 
         /* doesnt check for out of bound */         /* doesnt check for out of bound */
 } }
  
 long tvfs_lseek(int h, long whither, int whence){  long tvfs_lseek(int h, long whence, int whither ){
  
       int inode = handles[h]->inode;       int inode = handles[h]->inode;
           int size = files[inode]->bytes_used;           int size = files[inode]->bytes_used;


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Rizwan Kassim
Powered by
ViewCVS 0.9.2