build fix for dlb
This commit is contained in:
+1
-1
@@ -556,7 +556,7 @@ xexit(int retcd)
|
|||||||
unsigned
|
unsigned
|
||||||
Strlen_(const char *str, const char *file, int line)
|
Strlen_(const char *str, const char *file, int line)
|
||||||
{
|
{
|
||||||
size_t len = strlen(str, LARGEST_INT);
|
size_t len = strlen(str);
|
||||||
|
|
||||||
if (len >= LARGEST_INT) {
|
if (len >= LARGEST_INT) {
|
||||||
panic("%s:%d string too long", file, line);
|
panic("%s:%d string too long", file, line);
|
||||||
|
|||||||
Reference in New Issue
Block a user