VirtualBox

Changeset 84254 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 11, 2020 12:49:02 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137863
Message:

Guest Control: Implemented support for long(er) command lines [build fix]. ​bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r84243 r84254  
    11131113
    11141114    /* Prepare environment.  The guest service dislikes the empty string at the end, so drop it. */
    1115     size_t  cbEnvBlock;
     1115    size_t  cbEnvBlock = 0; /* Shut up MSVC. */
    11161116    char   *pszzEnvBlock;
    11171117    if (RT_SUCCESS(vrc))
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