瀏覽代碼

+ 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