Signed-off-by: Junio C Hamano <gitster@pobox.com>
@ -383,7 +383,7 @@ FILE *xfopen(const char *path, const char *mode)
FILE *xfdopen(int fd, const char *mode)
{
FILE *stream = fdopen(fd, mode);
if (stream == NULL)
if (!stream)
die_errno("Out of memory? fdopen failed");
return stream;
}
The note is not visible to the blocked user.