VirtualBox

Changeset 56336 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Jun 10, 2015 11:34:34 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100924
Message:

build fix

File:
1 edited

Legend:

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

    r56330 r56336  
    757757                if (RT_SUCCESS(rc))
    758758                {
    759                     apr_status_t rc = g_pfnAprInitialize();
    760                     if (rc == 0)
     759                    apr_status_t rcApr = g_pfnAprInitialize();
     760                    if (rcApr == 0)
    761761                    {
    762762                        ScmVerbose(NULL, 1, "Found subversion APIs.\n");
     
    765765                    else
    766766                    {
    767                         ScmVerbose(NULL, 0, "apr_initialize failed: %#x (%d)\n", rc, rc);
     767                        ScmVerbose(NULL, 0, "apr_initialize failed: %#x (%d)\n", rcApr, rcApr);
    768768                        AssertMsgFailed(("%#x (%d)\n", rc, rc));
    769769                    }
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