Changeset 36 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jan 15, 2007 5:23:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c
r1 r36 26 26 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb) 27 27 { 28 printk("%.*s", cb, pch);28 printk("%.*s", (int)cb, pch); 29 29 } 30 30
Note:
See TracChangeset
for help on using the changeset viewer.