diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-05-11 13:55:19 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-05-11 13:55:19 -0700 |
| commit | 9141c603930ef23da1e08e487a0c26750fbb4fbe (patch) | |
| tree | 03ef602111d4e51495f229a79889409fc4b9fe0a /com32/gplinclude | |
| parent | 9c2b6b0e10289a6d22792b07257d86d1af2fe005 (diff) | |
| parent | aa1e064d872ea0b14bbbf67277b069b0a2f30d91 (diff) | |
| download | syslinux-9141c603930ef23da1e08e487a0c26750fbb4fbe.tar.gz | |
Merge remote branch 'erwan/master'
Diffstat (limited to 'com32/gplinclude')
| -rw-r--r-- | com32/gplinclude/vpd/vpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/vpd/vpd.h b/com32/gplinclude/vpd/vpd.h index f1dcec68..bff77bd4 100644 --- a/com32/gplinclude/vpd/vpd.h +++ b/com32/gplinclude/vpd/vpd.h @@ -25,7 +25,7 @@ typedef struct { char bios_release_date[9]; char default_flash_filename[13]; char bios_version[255]; - char base_address[6]; + char base_address[16]; bool filled; } s_vpd; |
