diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-02-13 16:46:22 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-13 16:46:22 -0800 |
| commit | a145977248ad8f61e49668c646e0b52bb21f2420 (patch) | |
| tree | c3978fcfd45cb84a8b65ec3bbed994aad3855f74 | |
| parent | b1a54c95ec28640745fc8d6d96774b1238f9f5d2 (diff) | |
| download | syslinux-3.85-pre11.tar.gz | |
chain.c: part_info -> partinfosyslinux-3.85-pre11
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| -rw-r--r-- | com32/modules/chain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/chain.c b/com32/modules/chain.c index a5597921..9b6988d7 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -984,7 +984,7 @@ int main(int argc, char *argv[]) */ if (partinfo && opt.sethidden) { *((uint32_t *)(char *)data[ndata].data + 28) = - part_info->start_lba; + partinfo->start_lba; } ndata++; |
