VirtualBox

Changeset 1397 in kBuild


Ignore:
Timestamp:
Mar 16, 2008 9:32:19 PM (17 years ago)
Author:
bird
Message:

Seems '_.' is a bad idea, use 'dt'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild.c

    r1396 r1397  
    939939    *psz = '\0';
    940940
    941     /* convert '..' path elements in the source to '_.'. */
     941    /* convert '..' path elements in the source to 'dt'. */
    942942    psz = pszDot;
    943943    while ((psz = memchr(psz, '.', cchSrc + 1 - (pszDot - psz))) != NULL)
     
    960960            )
    961961        {
    962             *psz = '_';
    963             psz += 2;
     962            *psz++ = 'd';
     963            *psz++ = 't';
    964964        }
    965965        else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette