Changeset 2894 for trunk/src/lib


Ignore:
Timestamp:
Sep 8, 2016, 3:27:56 PM (9 years ago)
Author:
bird
Message:

Included kDepObj in kWorker as a post execution option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/quote_argv.c

    r2851 r2894  
    114114            || (   !fWatcomBrainDamage
    115115                && (pszProblem = (const char *)memchr(pszOrg, '=',  cchOrg)) != NULL)
     116            || (   fWatcomBrainDamage
     117                && (pszProblem = (const char *)memchr(pszOrg, '\\', cchOrg)) != NULL)
    116118            )
    117119        {
Note: See TracChangeset for help on using the changeset viewer.