summaryrefslogtreecommitdiffstats
path: root/ssl/ssl-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-15 08:28:38 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-15 08:28:38 +0000
commit265e892fede07013088e383bc630b8186c8b6e7c (patch)
tree84cb6c76702a948af851a30d425e4bd28b3e817e /ssl/ssl-lib.com
parent623e9e66c0de2981420af35c9f06b2c900538d22 (diff)
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.
Diffstat (limited to 'ssl/ssl-lib.com')
-rw-r--r--ssl/ssl-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index 1f1921e162..d6829a8d64 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.
$!