浏览代码

* fixed typo :(

Jonas Maebe 25 年之前
父节点
当前提交
e714b0e188
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      rtl/i386/stringss.inc

+ 5 - 2
rtl/i386/stringss.inc

@@ -18,7 +18,7 @@
 function strpas(p : pchar) : string;
 begin
 {$ifndef NEWATT}
-  strpasopt:='';
+  strpas:='';
 {$endif}
 asm
 {$ifdef NEWATT}
@@ -109,7 +109,10 @@ end ['EDI','EAX','ECX'];
 
 {
   $Log$
-  Revision 1.11  2000-06-12 08:33:26  jonas
+  Revision 1.12  2000-06-12 13:17:56  jonas
+    * fixed typo :(
+
+  Revision 1.11  2000/06/12 08:33:26  jonas
     * new fixed and faster strpas (previous version only returned the first
       254 chars when the pchar was aligned on a 4 byte boundary and was >=
       255 chars)