Ignore:
Timestamp:
Jan 18, 2001, 7:14:16 PM (25 years ago)
Author:
sandervl
Message:

MultiByteToWideChar & lstrcpynA bugfixes; added cdaudio system.ini section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/heapstring.cpp

    r4664 r4964  
    1 /* $Id: heapstring.cpp,v 1.35 2000-11-21 14:10:08 sandervl Exp $ */
     1/* $Id: heapstring.cpp,v 1.36 2001-01-18 18:14:16 sandervl Exp $ */
    22
    33/*
     
    356356           arg2,
    357357           arg3));
     358
     359  if(arg3 == 0) {
     360    return NULL;
     361  }
    358362
    359363  //PH: looks like either \0 or arg3 terminate the copy
Note: See TracChangeset for help on using the changeset viewer.