소스 검색

+ Fixed state reporting bug (reported by Jesus Reyes)

michael 22 년 전
부모
커밋
755351b9c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fcl/db/datasource.inc

+ 1 - 1
fcl/db/datasource.inc

@@ -486,7 +486,7 @@ begin
     else
       FState:=dsInactive;
     // Don't do events if nothing changed.
-    If FState<>FlastState then
+    If FState=FlastState then
       exit;
     end
   else