VirtualBox

Changeset 5453 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Oct 23, 2007 8:23:06 PM (17 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/biossums.c

    r5450 r5453  
    1818#include <stdlib.h>
    1919#include <stdio.h>
     20#include <string.h>
    2021
    2122typedef unsigned char byte;
     
    155156    if (fwrite(bios_data, 1, bios_len, stream) < bios_len) {
    156157#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]);
    158159      fclose(stream);
    159160      exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette