Changeset 50292 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jan 30, 2014 4:30:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r49530 r50292 241 241 char ctlPath[PATH_MAX]; 242 242 size_t len = snprintf(ctlPath, sizeof(ctlPath), 243 CTFS_ROOT "/process/% d/ctl",ctId);243 CTFS_ROOT "/process/%ld/ctl", (long)ctId); 244 244 if (len >= sizeof(ctlPath)) 245 245 return;
Note:
See TracChangeset
for help on using the changeset viewer.