1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 00:12:31 +01:00

Fixed wrealloc() to be consistent with the wmalloc() behaviour when it cannot

allocate memory.
This commit is contained in:
dan
1999-12-01 22:25:48 +00:00
parent c914639b8c
commit ef42fce3e6
4 changed files with 29 additions and 21 deletions

View File

@@ -373,7 +373,7 @@ get_data(FILE *f)
{
COMPLAIN("the data datatype is not still implemented");
COMPLAIN("the data datatype is not yet implemented");
return NULL;
}