From cd4e85c4b65149bd7962608dd78097084ce73bf9 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Wed, 30 Nov 2005 18:17:48 +0000 Subject: [PATCH] Fixed: missing type for Format parameter --- X2UtStrings.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X2UtStrings.pas b/X2UtStrings.pas index 38b0c5b..2c8bf8f 100644 --- a/X2UtStrings.pas +++ b/X2UtStrings.pas @@ -22,7 +22,7 @@ type * @result the formatted size. *} function FormatSize(const ABytes: Int64; AKeepBytes: Boolean = False; - const AFormat = ',0.##'): String; + const AFormat: String = ',0.##'): String; {** Compares two strings without case sensitivity. *