- Timestamp:
- Feb 17, 2015, 11:56:26 AM (11 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/kmk/kmkbuiltin/redirect.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/kmk/kmkbuiltin/redirect.cr2747 r2778 87 87 || (pszProblem = (const char *)memchr(pszOrg, '%', cchOrg)) != NULL 88 88 || (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 90 91 ) 91 92 { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
