Changeset 21361 for trunk/src/kernel32/heapstring.cpp
- Timestamp:
- Feb 25, 2010, 6:43:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heapstring.cpp
r21355 r21361 573 573 if (ascii == NULL) 574 574 { 575 DebugInt3();575 //DebugInt3(); 576 576 if (unicode != NULL) unicode[0] = 0; //CB: set at least end 577 577 return NULL; … … 579 579 580 580 if (unicode == NULL) { 581 DebugInt3();581 //DebugInt3(); 582 582 return NULL; /* garbage in, garbage out ! */ 583 583 }
Note:
See TracChangeset
for help on using the changeset viewer.