Commit 495b3095 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent 876b4ed9
...@@ -638,7 +638,7 @@ char *str_format_time( const char *tformat ) ...@@ -638,7 +638,7 @@ char *str_format_time( const char *tformat )
if( check ) \ if( check ) \
{ \ { \
psz_meta = string; \ psz_meta = string; \
if( psz_meta ) \ if( psz_meta != NULL ) \
{ \ { \
int len = strlen( string ); \ int len = strlen( string ); \
dst = realloc( dst, \ dst = realloc( dst, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment