Changeset 84254 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- May 11, 2020 12:49:02 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r84243 r84254 1113 1113 1114 1114 /* 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. */ 1116 1116 char *pszzEnvBlock; 1117 1117 if (RT_SUCCESS(vrc))
Note:
See TracChangeset
for help on using the changeset viewer.