浏览代码

* Fix warning

Michaël Van Canneyt 3 年之前
父节点
当前提交
6ab796a4b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/extjsdataset.pas

+ 1 - 1
packages/fcl-db/extjsdataset.pas

@@ -228,7 +228,7 @@ Var
 
 begin
   Result:=True;
-  if anUpdate.OriginalStatus=usDeleted then
+  if anUpdate.Status=usDeleted then
     exit;
   D:=anUpdate.ServerData;
   If isNull(D) then