mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-05 04:40:35 +00:00
correctly handle filter file loading error, small tweak
This commit is contained in:
parent
897dcbd350
commit
e933a9b806
3 changed files with 13 additions and 3 deletions
1
ioutil.c
1
ioutil.c
|
@ -95,6 +95,7 @@ int closefile(FH fd)
|
|||
int createdir(const char *path,int secret)
|
||||
{
|
||||
// XXX don't know how to handle secret argument
|
||||
(void) secret;
|
||||
return CreateDirectoryA(path,0) ? 0 : -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue