Changeset 41376 in vbox
- Timestamp:
- May 21, 2012 6:27:49 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r41375 r41376 339 339 { 340 340 crGetProcName(pname, 1024); 341 sprintf(str, "%s_%s_% d.txt", fnamePrefix, pname,341 sprintf(str, "%s_%s_%u.txt", fnamePrefix, pname, 342 342 #ifdef RT_OS_WINDOWS 343 343 GetCurrentProcessId()
Note:
See TracChangeset
for help on using the changeset viewer.

