fix function names

This commit is contained in:
FunkyFr3sh 2018-08-03 03:37:23 +02:00
parent a4a452a7f2
commit 1402054259
4 changed files with 8 additions and 3 deletions

View file

@ -55,7 +55,7 @@ BOOL screenshot(struct IDirectDrawSurfaceImpl *src)
}
strftime(str_time, 64, "%Y-%m-%d-%H_%M_%S", localtime(&t));
snprintf(filename, 128, "%s-%s.png", title, str_time);
_snprintf(filename, 128, "%s-%s.png", title, str_time);
if(!src || !src->palette)
{