summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2014-06-16 13:24:04 +0200
committerRichard Levitte <richard@levitte.org>2014-06-16 13:25:16 +0200
commitb9c0dae28e9eaa0d664e4acd382986942f8afbaa (patch)
treef2b89b42bd3ba43f034686811ccc5e20012197da /ssl
parentd940b3b9c7f6014f297a4d6f1b3c02e68c1c3291 (diff)
Spaces were added in some strings for better readability. However, those spaces do not belong in file names, so when picking out the individual parts, remove the spaces
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 832eff59e5..a394824516 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -240,7 +240,7 @@ $ NEXT_FILE:
$!
$! O.K, Extract The File Name From The File List.
$!
-$ FILE_NAME = F$ELEMENT(FILE_COUNTER,",",LIB_SSL)
+$ FILE_NAME = F$EDIT(F$ELEMENT(FILE_COUNTER,",",LIB_SSL),"COLLAPSE")
$!
$! Check To See If We Are At The End Of The File List.
$!