Changeset 5453 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Oct 23, 2007 8:23:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/biossums.c
r5450 r5453 18 18 #include <stdlib.h> 19 19 #include <stdio.h> 20 #include <string.h> 20 21 21 22 typedef unsigned char byte; … … 155 156 if (fwrite(bios_data, 1, bios_len, stream) < bios_len) { 156 157 #endif 157 printf("Error writing % d KBytes to %s.\n", bios_len / 1024, argv[1]);158 printf("Error writing %ld KBytes to %s.\n", bios_len / 1024, argv[1]); 158 159 fclose(stream); 159 160 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.