VirtualBox

Changeset 2778 in kBuild for trunk


Ignore:
Timestamp:
Feb 17, 2015 10:56:26 AM (10 years ago)
Author:
bird
Message:

redirect.c: Adjust the watcom braindamage hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/redirect.c

    r2747 r2778  
    8787            || (pszProblem = (const char *)memchr(pszOrg, '%',  cchOrg)) != NULL
    8888            || (pszProblem = (const char *)memchr(pszOrg, '\'', cchOrg)) != NULL
    89             || (pszProblem = (const char *)memchr(pszOrg, '=',  cchOrg)) != NULL
     89            || (   !fWatcomBrainDamage
     90                && pszProblem = (const char *)memchr(pszOrg, '=',  cchOrg)) != NULL
    9091            )
    9192        {
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