From 51a915e1487515a626638a73e668b0ada227788e Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期一, 09 十二月 2024 18:16:03 +0800
Subject: [PATCH] 1. 添加axis细部设置界面
---
SourceCode/Bond/BondEq/CBonder.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/SourceCode/Bond/BondEq/CBonder.cpp b/SourceCode/Bond/BondEq/CBonder.cpp
index 33ddc29..9f81e4e 100644
--- a/SourceCode/Bond/BondEq/CBonder.cpp
+++ b/SourceCode/Bond/BondEq/CBonder.cpp
@@ -296,7 +296,7 @@
}
if (BC_CODE_RUN_RECIPE_RESULT == code) {
- int errorCode = (int)pIntent->getContext();
+ int errorCode = (int)(__int64)pIntent->getContext();
m_pEquipment->repLoadReadyComplete(errorCode);
}
}
--
Gitblit v1.9.3