diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ s32 _al_logv(u8 level, const char *section, const char *name, const s32 line, co } return ret; #else + al_assert(_al_print && "Global print method not set."); return _al_print(_al_log_userdata, level, get_message_buffer(level, section, name, line, func, fmt, args)); #endif } |