aboutsummaryrefslogtreecommitdiff
path: root/apps
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 /apps
parent623e9e66c0de2981420af35c9f06b2c900538d22 (diff)
downloadopenssl-265e892fede07013088e383bc630b8186c8b6e7c.zip
openssl-265e892fede07013088e383bc630b8186c8b6e7c.tar.gz
openssl-265e892fede07013088e383bc630b8186c8b6e7c.tar.bz2
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 'apps')
-rw-r--r--apps/makeapps.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index 546e5f8..b03c445 100644
--- a/apps/makeapps.com
+++ b/apps/makeapps.com
@@ -1086,7 +1086,7 @@ $ CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS
$!
$! Show user the result
$!
-$ WRITE SYS$OUTPUT "Main Compiling Command: ",CC
+$ WRITE/SYMBOL SYS$OUTPUT "Main Compiling Command: ",CC
$!
$! Special Threads For OpenVMS v7.1 Or Later
$!