Changeset 21290 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 7, 2009 7:53:03 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodnm.cpp
r21107 r21290 276 276 * Did the module change? Then update the symbol prefix. 277 277 */ 278 if ( cchMod != pszModNameEnd - pszModName278 if ( cchMod != (size_t)(pszModNameEnd - pszModName) 279 279 || memcmp(pszModName, szSym, cchMod)) 280 280 {
Note:
See TracChangeset
for help on using the changeset viewer.