mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
errno: fix non-windows builds after af0216251b
This commit is contained in:
parent
793e831bbf
commit
a5834e525d
2 changed files with 8 additions and 6 deletions
|
|
@ -147,7 +147,7 @@ static bool countcheck(const char *func, int line, const char *source)
|
|||
source, line, func);
|
||||
fflush(logfile); /* because it might crash now */
|
||||
}
|
||||
SET_ERRNO(ENOMEM);
|
||||
errno = ENOMEM;
|
||||
return TRUE; /* RETURN ERROR! */
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue