From e240c72bd571f5fcc87bc71f5f836367883e6f0b Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 27 Jan 1999 22:36:24 +0000 Subject: [PATCH] changed value of TOO_LONG to 5000 --- nsprpub/pr/tests/op_2long.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nsprpub/pr/tests/op_2long.c b/nsprpub/pr/tests/op_2long.c index 81ef29a2e75b..88459ab5abba 100644 --- a/nsprpub/pr/tests/op_2long.c +++ b/nsprpub/pr/tests/op_2long.c @@ -48,9 +48,11 @@ static PRFileDesc *t1; PRIntn error_code; /* - * 4096 should exceed any system's maximum file name length + * should exceed any system's maximum file name length + * Note: was set at 4096. This is legal on some unix (Linux 2.1+) platforms. + * */ -#define TOO_LONG 4096 +#define TOO_LONG 5000 int main(int argc, char **argv) {