- Timestamp:
 - Oct 2, 1999, 6:09:55 AM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/version/version.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/version/version.cpp
r488 r1106 1 /* $Id: version.cpp,v 1. 5 1999-08-12 23:33:37 phallerExp $ */1 /* $Id: version.cpp,v 1.6 1999-10-02 04:09:55 sandervl Exp $ */ 2 2 3 3 /* … … 465 465 { 466 466 // this is a quick hack, not much tested 467 WCHAR *ustring = (WCHAR *)malloc(strlen((char *)lpSubBlock)*2+ 1);467 WCHAR *ustring = (WCHAR *)malloc(strlen((char *)lpSubBlock)*2+2); 468 468 LPVOID ubuffer; 469 469 char *abuffer;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  