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:
@@ -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 is enabled, we use more descriptive ones.
|
||||||
%if DEBUG
|
%if DEBUG
|
||||||
kReadErrorString db "read error", 0
|
kReadErrorString db "read error", 0
|
||||||
kBadSuperBlockMagicString db "bad superblock magic", 0
|
kBadSuperBlockMagicString db "bad superblock", 0
|
||||||
kNotADirectoryString db "not a directory", 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
|
kNoZbeosString db "haiku_loader not found", 0
|
||||||
%else
|
%else
|
||||||
kErrorString db "Failed to load OS. Press any key to reboot..."
|
kErrorString db "Failed to load OS. Press any key to reboot..."
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user