| SourceCode/Bond/Servo/Model.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
SourceCode/Bond/Servo/Model.cpp
@@ -217,7 +217,7 @@ // 安全格式化时间 auto format_time = [](time_t t) -> std::string { if (t < 0 || t == _I64_MIN || t == _I64_MAX) { if (t <= 0 || t == _I64_MIN || t == _I64_MAX) { return ""; }