diff options
author | hpa <hpa> | 2002-06-11 19:18:00 +0000 |
---|---|---|
committer | hpa <hpa> | 2002-06-11 19:18:00 +0000 |
commit | aae1e57ba0f31f1c20fe515c6e40d40a60eace70 (patch) | |
tree | 416db1dd35ff790d6bc8dae90718f241be676ead /comboot.inc | |
parent | e60da9482425e0618096d2a39ecb44ca43aebf43 (diff) | |
download | syslinux-aae1e57ba0f31f1c20fe515c6e40d40a60eace70.tar.gz |
Update documentation; return ClustSize not SecPerClust on an open request...syslinux-2.00-pre2
Diffstat (limited to 'comboot.inc')
-rw-r--r-- | comboot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comboot.inc b/comboot.inc index 319e5005..e8ec32c3 100644 --- a/comboot.inc +++ b/comboot.inc @@ -330,7 +330,7 @@ comapi_open: xchg eax,edx shr eax,16 xchg ax,dx - mov cx,[SecPerClust] + mov cx,[ClustSize] clc ret .err: |