summaryrefslogtreecommitdiff
path: root/bootsect.inc
diff options
context:
space:
mode:
authorhpa <hpa>2002-10-24 00:59:08 +0000
committerhpa <hpa>2002-10-24 00:59:08 +0000
commitea2c13ab4e1760cc2e5b5737016eb6d308bfe29e (patch)
tree583238aba27b0fdcf10861c6127aeb45fdbb838e /bootsect.inc
parent6f5159e474dd731591e536f15776c94ce4754f73 (diff)
downloadsyslinux-ea2c13ab4e1760cc2e5b5737016eb6d308bfe29e.tar.gz
* Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10
* Fix bug relating to '/' characters in ISOLINUX * Add <Ctrl-V> to display the version number
Diffstat (limited to 'bootsect.inc')
-rw-r--r--bootsect.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootsect.inc b/bootsect.inc
index d3e50fc9..b114c4eb 100644
--- a/bootsect.inc
+++ b/bootsect.inc
@@ -108,7 +108,7 @@ load_bootsec:
jmp bcopy_over_self
%if IS_SYSLINUX = 0
-is_bss_image:
+is_bss_sector:
mov si,err_bssimage
call cwritestr
jmp enter_command