Changeset 96041 in vbox for trunk/src/bldprogs/genalias.cpp
- Timestamp:
- Aug 4, 2022 10:02:06 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152839
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/genalias.cpp
r96040 r96041 267 267 const uint32_t cchAlias = (uint32_t)strlen(pszAlias); 268 268 const uint32_t cchReal = (uint32_t)strlen(pszReal); 269 const uint32_t cchName = cchAlias > 250 ? 250 : cchAlias;269 //const uint32_t cchName = cchAlias > 250 ? 250 : cchAlias; 270 270 uint32_t cch; 271 271
Note:
See TracChangeset
for help on using the changeset viewer.