mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:40:47 +00:00
Update error message to make it more comprensible
This commit is contained in:
parent
6101f124b8
commit
f5e6960ecb
2 changed files with 6 additions and 1 deletions
|
@ -1379,7 +1379,7 @@ void GSRTFaddField (void *ctxt, int start, const char *inst)
|
|||
|
||||
if (inst == NULL)
|
||||
{
|
||||
NSLog(@"inst is NULL");
|
||||
NSLog(@"RTF add field content is NULL");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue