]> code.delx.au - refind/blobdiff - refind/lib.c
Added max_tags option; new shell filenames; new rEFIt icon
[refind] / refind / lib.c
index 3feacbe93e44c90de1c9d091d50114a62d98ffb2..b0090c66c43a406065d286421b74699a38d4c7fe 100644 (file)
@@ -1048,7 +1048,7 @@ VOID MergeStrings(IN OUT CHAR16 **First, IN CHAR16 *Second, CHAR16 AddChar) {
             NewString[Length1] = AddChar;
             NewString[Length1 + 1] = 0;
          } // if (AddChar)
-      } // if (First != NULL)
+      } // if (*First != NULL)
       if (First != NULL)
          StrCat(NewString, Second);
       FreePool(*First);