truncate strings to allow building the debug version

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32837 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2009-08-30 15:04:04 +00:00
parent 008da5af03
commit a26bf7958f
2 changed files with 2 additions and 2 deletions

View File

@ -628,9 +628,9 @@ sHasDiskExtensions db 0 ; 1 if the drive supports the extended read
; If DEBUG is enabled, we use more descriptive ones.
%if DEBUG
kReadErrorString db "read error", 0
kBadSuperBlockMagicString db "bad superblock magic", 0
kBadSuperBlockMagicString db "bad superblock", 0
kNotADirectoryString db "not a directory", 0
kBadInodeMagicString db "bad inode magic", 0
kBadInodeMagicString db "bad inode", 0
kNoZbeosString db "haiku_loader not found", 0
%else
kErrorString db "Failed to load OS. Press any key to reboot..."