From 3bf6df412c3b681e8901d6dcddd803a9c3235484 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 09 十二月 2024 08:52:34 +0800
Subject: [PATCH] 1.代码合并、消除警告;
---
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