Changeset 19268 in vbox
- Timestamp:
- Apr 29, 2009 2:58:43 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r19239 r19268 234 234 #ifdef Q_WS_X11 235 235 int status; 236 waitpid(process.pid(), &status, 0); 236 if (process.pid() > 0) 237 waitpid(process.pid(), &status, 0); 237 238 #endif 238 239 return result;
Note:
See TracChangeset
for help on using the changeset viewer.