summaryrefslogtreecommitdiffstats
path: root/ssl/ssl-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-15 08:29:26 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-15 08:29:26 +0000
commitb84e473d63e7a89054d5b890f7017559c03b50c5 (patch)
tree1f45b206f5c8b54c448b5a107db1117984b9448a /ssl/ssl-lib.com
parent4aecd67d049f3228763d496013275b6701de5570 (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.
$!