VirtualBox

Changeset 5453

Show
Ignore:
Timestamp:
10/23/07 22:23:06 (1 year ago)
Author:
vboxsync
Message:

warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy