From 265e892fede07013088e383bc630b8186c8b6e7c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 15 Aug 2002 08:28:38 +0000 Subject: Sometimes, the value of the variable containing the compiler call can become rather large. This becomes a problem when the default 1024 character large buffer that WRITE uses isn't enough. WRITE/SYMBOL uses a 2048 byte large buffer instead. --- ssl/ssl-lib.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/ssl-lib.com') diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com index 1f1921e..d6829a8 100644 --- a/ssl/ssl-lib.com +++ b/ssl/ssl-lib.com @@ -1067,7 +1067,7 @@ $ ENDIF $! $! Show user the result $! -$ WRITE SYS$OUTPUT "Main Compiling Command: ",CC +$ WRITE/SYMBOL SYS$OUTPUT "Main Compiling Command: ",CC $! $! Else The User Entered An Invalid Arguement. $! -- cgit v1.1