summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-15 08:29:58 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-15 08:29:58 +0000
commitffcbf991b1ebbb4cf7060a4da79041b5e09cd60e (patch)
tree68f020a04114a134547048a0107625368faf3fb4 /ssl
parent1a87374ed28665ef9709e38ab04befb134d7cc3f (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')
-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 7d2836478d..44ea1bb979 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -1089,7 +1089,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.
$!