Changeset 1422 for trunk/src/version
- Timestamp:
 - Oct 24, 1999, 1:01:53 AM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/version/version.cpp (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/version/version.cpp
r1132 r1422 1 /* $Id: version.cpp,v 1. 7 1999-10-04 20:53:08sandervl Exp $ */1 /* $Id: version.cpp,v 1.8 1999-10-23 23:01:53 sandervl Exp $ */ 2 2 3 3 /* … … 352 352 { 353 353 if(lpdwHandle) 354 lpdwHandle = 0;354 *lpdwHandle = 0; //SvL: Set contents to 0 355 355 356 356 return GetVersionSize(lpszFile); … … 378 378 379 379 if(lpdwHandle) 380 lpdwHandle = 0;380 *lpdwHandle = 0; //SvL: Set contents to 0 381 381 382 382 rc = GetVersionSize(astring);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  