Ignore:
Timestamp:
Jun 29, 1999, 7:24:40 PM (26 years ago)
Author:
sandervl
Message:

GetLocaleInfoA bugfix

File:
1 edited

Legend:

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

    r242 r247  
    1 /* $Id: lang.cpp,v 1.8 1999-06-29 12:06:46 sandervl Exp $ */
     1/* $Id: lang.cpp,v 1.9 1999-06-29 17:23:47 sandervl Exp $ */
    22
    33/*
     
    164164          break;
    165165      }
    166       *buf = 0;
     166      if(buf) *buf = 0;
    167167      return 1;
    168168    case LOCALE_S2359:
Note: See TracChangeset for help on using the changeset viewer.