VirtualBox

Changeset 96041 in vbox for trunk/src/bldprogs/genalias.cpp


Ignore:
Timestamp:
Aug 4, 2022 10:02:06 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152839
Message:

bldprogs/genalias: build fix. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/genalias.cpp

    r96040 r96041  
    267267    const uint32_t cchAlias = (uint32_t)strlen(pszAlias);
    268268    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;
    270270    uint32_t       cch;
    271271
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette