From 9cdbe5ec659ccc458f3959c6a5d6be79762e868a Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Mon, 13 Feb 2012 18:57:22 -0500 Subject: [PATCH] Removed MDL header --- mdl/m_strings.pas | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mdl/m_strings.pas b/mdl/m_strings.pas index 60ea504..be78a2e 100644 --- a/mdl/m_strings.pas +++ b/mdl/m_strings.pas @@ -1,16 +1,7 @@ -{ - Mystic Software Development Library - =========================================================================== - File | M_STRINGS.PAS - Desc | String related functions - Created | August 22, 2002 - --------------------------------------------------------------------------- -} +Unit m_Strings; {$I M_OPS.PAS} -Unit m_Strings; - Interface Function strPadR (Str: String; Len: Byte; Ch: Char) : String;