Extended the item about the maximal length of MIME strings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
344a28b86f
commit
b23dde8600
@ -250,13 +250,16 @@ Description: When passed a NULL description, doesn't crash, but does
|
||||
unreliable (sometimes they work, sometimes they don't).
|
||||
|
||||
|
||||
OS: BeOS R5
|
||||
OS: BeOS R5 vs. OBOS
|
||||
Module: BMimeType
|
||||
Location:
|
||||
Description: The maximal MIME string length, BMimeType accepts is
|
||||
Description: R5: The maximal MIME string length, BMimeType accepts is
|
||||
B_MIME_TYPE_LENGTH *not* including terminating null. Note, that
|
||||
app_info reserves only B_MIME_TYPE_LENGTH chars for the
|
||||
signature field.
|
||||
OBOS: That's why we support strings that fit into a buffer of
|
||||
size B_MIME_TYPE_LENGTH only. This is consistent with the use
|
||||
of the other *_LENGTH constants.
|
||||
|
||||
|
||||
OS: BeOS R5
|
||||
|
Loading…
Reference in New Issue
Block a user