summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-02-27 11:55:23 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-02-27 11:55:23 -0800
commit99919ef6c96e743ae610434f6ea7ac78bd7caa97 (patch)
tree708e2f98f04882baefabffe6c971ff166af2b6e8 /core/ldlinux.asm
parentfc7c93a512f03a4ac912d4c16c3e601e199864a2 (diff)
downloadsyslinux-99919ef6c96e743ae610434f6ea7ac78bd7caa97.tar.gz
Use YEAR, not the obsolete macro year
Diffstat (limited to 'core/ldlinux.asm')
-rw-r--r--core/ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ldlinux.asm b/core/ldlinux.asm
index da1ddde2..d911e9f5 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -2049,7 +2049,7 @@ getfatsector:
; -----------------------------------------------------------------------------
section .data
-copyright_str db ' Copyright (C) 1994-', year, ' H. Peter Anvin'
+copyright_str db ' Copyright (C) 1994-', YEAR, ' H. Peter Anvin'
db CR, LF, 0
err_bootfailed db CR, LF, 'Boot failed: please change disks and press '
db 'a key to continue.', CR, LF, 0