Closed MaddTheSane closed 7 years ago
It looks like the vfprintf and va_end lines got swapped. This was causing null dereference errors for me.
vfprintf
va_end
Good catch. Thanks!
It looks like the
vfprintf
andva_end
lines got swapped. This was causing null dereference errors for me.