Reinstate safety check
authorhpa <hpa>
Sun, 13 Jun 2004 20:50:44 +0000 (20:50 +0000)
committerhpa <hpa>
Sun, 13 Jun 2004 20:50:44 +0000 (20:50 +0000)
ldlinux.asm

index 85bace0..ad36710 100644 (file)
@@ -1483,6 +1483,6 @@ vgafontbuf        equ 0E000h
 ; This is a compile-time assert that we didn't run out of space
 %ifndef DEPEND
 %if (getcbuf+trackbufsize) > vgafontbuf
-%error "Out of memory, better reorganize something..."
+%error "Out of memory, better reorganize something..."
 %endif
 %endif