fix function names
This commit is contained in:
parent
a4a452a7f2
commit
1402054259
4 changed files with 8 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue