Changeset 76556 in vbox
- Timestamp:
- Jan 1, 2019 2:35:28 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bldprogs/scmrw.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r76555 r76556 2957 2957 if (szNormalized[0] != '\0') 2958 2958 { 2959 fRet = Guard.cch != cchNormalized || memcmp(Guard.psz, szNormalized, cchNormalized) != 0; 2959 if ( Guard.cch != cchNormalized 2960 || memcmp(Guard.psz, szNormalized, cchNormalized) != 0) 2961 { 2962 ScmVerbose(pState, 2, "guard changed from %.*s to %s\n", Guard.cch, Guard.psz, szNormalized); 2963 ScmVerbose(pState, 2, "grep -rw %.*s ${WCROOT} | grep -Fv %s\n", 2964 Guard.cch, Guard.psz, pState->pszFilename); 2965 fRet = true; 2966 } 2960 2967 Guard.psz = szNormalized; 2961 2968 Guard.cch = cchNormalized; … … 3064 3071 if (RT_FAILURE(rc)) 3065 3072 return ScmError(pState, rc, "seek error\n"); 3066 fRet = pSettings->fPragmaOnce;3073 fRet |= pSettings->fPragmaOnce; 3067 3074 ScmVerbose(pState, 2, "Missing #pragma once\n"); 3068 3075 }
Note:
See TracChangeset
for help on using the changeset viewer.

