소스 검색

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

git-svn-id: trunk@36030 -

nickysn 8 년 전
부모
커밋
217d39abf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;