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

Merge pull request #91 from xylz0928/patch-2

Fix long device name issue on Android
......@@ -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.
先完成此消息的编辑!
想要评论请 注册