- Timestamp:
- Feb 17, 2015 10:56:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/redirect.c
r2747 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.