Ignore:
Timestamp:
Jun 28, 1999, 6:15:47 PM (26 years ago)
Author:
phaller
Message:

Fix: kernel32/lang.cpp: fix for Opera

File:
1 edited

Legend:

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

    r224 r237  
    1 /* $Id: lang.cpp,v 1.6 1999-06-26 18:35:08 sandervl Exp $ */
     1/* $Id: lang.cpp,v 1.7 1999-06-28 16:15:47 phaller Exp $ */
    22
    33/*
     
    6868    return 0;
    6969  }
     70
     71  if(!buf) // @@@PH: which result does make sense without a buffer ?
     72    return 0; // nevertheless, OPERA.EXE calls it with NULL ?!
     73
    7074  // Only standard. TODO: Use os2.ini PM_National section
    7175  DosQueryCtryInfo(sizeof(CtryInfo), &Country, &CtryInfo, &ulInfoLen);
Note: See TracChangeset for help on using the changeset viewer.