Changeset 888


Ignore:
Timestamp:
May 2, 2007, 12:25:15 AM (18 years ago)
Author:
bird
Message:

Fixed unterminated LIBPATHSTRICT value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/var.c

    r809 r888  
    227227
    228228            if (i > 0)
     229            {
     230                psz[0] = psz[1] = psz[2] = psz[3] = '\0';
    229231                rc = DosQueryExtLIBPATH(psz, i);
     232            }
    230233            else
    231234            {
Note: See TracChangeset for help on using the changeset viewer.