Browse Source

* small typo :(

peter 27 years ago
parent
commit
31fbeac551
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/inc/sstrings.inc

+ 5 - 2
rtl/inc/sstrings.inc

@@ -359,7 +359,7 @@ end;
 
 
 procedure val(const s : string;var l : longint;var code : integer);
 procedure val(const s : string;var l : longint;var code : integer);
 begin
 begin
-  val(s,l,integer(code));
+  val(s,l,word(code));
 end;
 end;
 
 
 
 
@@ -904,7 +904,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.13  1998-10-10 15:28:46  peter
+  Revision 1.14  1998-10-11 14:30:19  peter
+    * small typo :(
+
+  Revision 1.13  1998/10/10 15:28:46  peter
     + read single,fixed
     + read single,fixed
     + val with code:longint
     + val with code:longint
     + val for fixed
     + val for fixed