VirtualBox

Ignore:
Timestamp:
Nov 20, 2013 1:58:46 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90786
Message:

newer gcc versions require a space between literal and identifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp

    r47155 r49586  
    276276                                                 COM_IIDOF(IHostNetworkInterface),
    277277                                                 HostNetworkInterface::getStaticComponentName(),
    278                                                  "Failed to execute '"VBOXNETADPCTL_NAME " add' (exit status: %d)", rc);
     278                                                 "Failed to execute '" VBOXNETADPCTL_NAME " add' (exit status: %d)", rc);
    279279                        rc = VERR_INTERNAL_ERROR;
    280280                    }
     
    287287                                             COM_IIDOF(IHostNetworkInterface),
    288288                                             HostNetworkInterface::getStaticComponentName(),
    289                                              "Failed to execute '"VBOXNETADPCTL_NAME " add' (exit status: %d). Check permissions!", rc);
     289                                             "Failed to execute '" VBOXNETADPCTL_NAME " add' (exit status: %d). Check permissions!", rc);
    290290                    pclose(fp);
    291291                }
     
    340340                                         COM_IIDOF(IHostNetworkInterface),
    341341                                         HostNetworkInterface::getStaticComponentName(),
    342                                          "Failed to execute '"VBOXNETADPCTL_NAME "' (exit status: %d)", rc);
     342                                         "Failed to execute '" VBOXNETADPCTL_NAME "' (exit status: %d)", rc);
    343343            else
    344344                progress->notifyComplete(S_OK);
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