VirtualBox

Changeset 1630 in vbox


Ignore:
Timestamp:
Mar 22, 2007 5:00:19 PM (18 years ago)
Author:
vboxsync
Message:

shut up warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/Etherboot-src/util/makerom.c

    r31 r1630  
    8787
    8888        /* Put the identifier in only if the space is blank */
    89         if (strspn(&rom[romsize-len-2], "\377") >= len) {
     89        if (strspn((char *)&rom[romsize-len-2], "\377") >= len) {
    9090                memcpy(&rom[romsize-len-2], identstring, len);
    9191                return (romsize-len-2);         /* return offset */
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