From d761e69058618694315d3fe33ff41d2d91778312 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 16 Jun 2014 13:24:04 +0200 Subject: 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 Reviewed-by: Tim Hudson --- ssl/ssl-lib.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com index 25df08b..7303bc4 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. $! -- cgit v1.2.3