Browse Source

* fixed bug in r36027 (I had it fixed already, but accidentally committed the
wrong file in r36027)

git-svn-id: trunk@36030 -

nickysn 8 years ago
parent
commit
217d39abf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/nadd.pas

+ 1 - 1
compiler/nadd.pas

@@ -1039,7 +1039,7 @@ implementation
                       lten,
                       gten:
                         begin
-                          result:=cordconstnode.create(0,resultdef,true);
+                          result:=cordconstnode.create(1,resultdef,true);
                           exit;
                         end;
                     end;