From 2f80e3be339f528bd0c7ef54db8ff7cc641883e3 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Wed, 10 Oct 2007 18:07:01 +0000 Subject: Fixed some Bugs from Previous Commit git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@498 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Modis/SDK/UPluginDefs.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modis/SDK') diff --git a/Modis/SDK/UPluginDefs.pas b/Modis/SDK/UPluginDefs.pas index 42f888e4..5a16d807 100644 --- a/Modis/SDK/UPluginDefs.pas +++ b/Modis/SDK/UPluginDefs.pas @@ -138,7 +138,7 @@ end; Function VersiontoSting(const Version: DWord): String; begin // to-do : Write VersiontoString without SysUtils depencies //Result := InttoStr((ver and $FF000000) shr 24); - Result := '1.0.1 + Result := '1.0.1' end; end. -- cgit v1.2.3