Signed-off-by: liuyuxiu <1175395694@qq.com>
This commit is contained in:
liuyuxiu
2025-06-10 15:39:04 +08:00
parent 8ea10e6351
commit a682cf2485
-1
View File
@@ -378,7 +378,6 @@ loop_end:
}
}
}
number_c_string[i] = '\0';
number = strtod((const char*)number_c_string, (char**)&after_end);
if (number_c_string == after_end)