未验证 提交 34823c23 编写于 作者: 然后七年 提交者: GitHub

Fix long device name issue on Android

change "*" to "..."
上级 d5fef724
......@@ -392,7 +392,7 @@ function cut_str {
temp_length=`expr $temp_length + 1`
done
temp_length=`expr $temp_length - 1`
echo $(echo "$1"|cut -c -$temp_length)"*"
echo $(echo "$1"|cut -c -$temp_length)"..."
}
# 随机数
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册