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

Diff for /group3/wine/dlls/cabinet/tests/cabinet_fdi.c between version 2.11 and 2.12

version 2.11, 2005/02/27 09:37:56 version 2.12, 2005/03/01 07:25:39
Line 46 
Line 46 
  
 static void trace(const char *s, ...) static void trace(const char *s, ...)
 { {
     va_list elipsis;      va_list ellipsis;
     va_start (elipsis, s);      va_start (ellipsis, s);
     vprintf(s, elipsis);      vprintf(s, ellipsis);
     va_end(elipsis);      va_end(ellipsis);
 } }
  
 #endif #endif


Legend:
Removed from v.2.11  
changed lines
  Added in v.2.12

Rizwan Kassim
Powered by
ViewCVS 0.9.2