Commit a25bece4 by Joneq

判断分母为零的情况

parent 00a22506
Showing with 1 additions and 1 deletions
...@@ -82,7 +82,7 @@ func LogWrite(log1 string,log_pre string,is_write int) { ...@@ -82,7 +82,7 @@ func LogWrite(log1 string,log_pre string,is_write int) {
if is_write == 1 { if is_write == 1 {
fmt.Print(log1+"\r\n") fmt.Print(log1+"\r\n")
} }
Loginfo(log1,log_pre) //Loginfo(log1,log_pre)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment