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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user