Changeset 3284 for trunk


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

fixed unterminated LIBPATHSTRICT value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ash/var.c

    r2463 r3284  
    213213
    214214            if (i > 0)
     215            {
     216                /* the LIBPATHSTRICT query doesn't terminate the string... */
     217                psz[0] = psz[1] = psz[2] = psz[3] = '\0';
    215218                rc = DosQueryExtLIBPATH(psz, i);
     219            }
    216220            else
    217221            {
Note: See TracChangeset for help on using the changeset viewer.