disk/bootloaders.c: fix bogus const in get_bootloader_string()
authorH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 21:14:59 +0000 (13:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 21:14:59 +0000 (13:14 -0800)
commitf15e98672b78b204356585ea3645bcea414c41b1
tree83c6aea9961130ad854830436e4684dc44b4553c
parentc1f0e3a72993dad2767445d10ef0a581070e8a1d
disk/bootloaders.c: fix bogus const in get_bootloader_string()

get_bootloader_string() takes a mutable first argument; the call chain
does have call paths on which this argument will be modified.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/gplinclude/disk/bootloaders.h
com32/gpllib/disk/bootloaders.c