Made the check for B_BUFFER_OVERFLOW more flexible.

This commit is contained in:
Ingo Weinhold
2011-11-25 06:17:30 +01:00
parent cdf4afaaf4
commit 37c83f4e8f
+1 -1
View File
@@ -53,7 +53,7 @@
#include <fcntl.h>
#include <ctype.h>
#ifndef HAIKU_TARGET_PLATFORM_HAIKU
#ifndef B_BUFFER_OVERFLOW
# define B_BUFFER_OVERFLOW B_ERROR
#endif