浏览代码

Merge /u/xypron/gnu-efi/ branch xtoi into master

https://sourceforge.net/p/gnu-efi/code/merge-requests/15/
b'Nigel Croxon 4 年之前
父节点
当前提交
e686743ba6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/str.c

+ 1 - 1
lib/str.c

@@ -274,7 +274,7 @@ xtoi (
     CHAR16      c;
 
     // skip preceeding white space
-    while (*str && *str == ' ') {
+    while (*str == ' ') {
         str += 1;
     }