VirtualBox

Changeset 40098 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 13, 2012 5:33:43 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76239
Message:

Runtime/Zip: Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/zip.cpp

    r39083 r40098  
    564564    pZip->u.Zlib.opaque    = pZip;
    565565
    566     int rc = deflateInit(&pZip->u.Zlib, enmLevel);
     566    int rc = deflateInit(&pZip->u.Zlib, iLevel);
    567567    return rc >= 0 ? rc = VINF_SUCCESS : zipErrConvertFromZlib(rc, true /*fCompressing*/);
    568568}
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