mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
some tweaks
This commit is contained in:
3
ioutil.c
3
ioutil.c
@@ -161,7 +161,6 @@ skipdsync:
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#else
|
||||
|
||||
int writeall(FH fd,const u8 *data,size_t len)
|
||||
@@ -202,8 +201,6 @@ int createdir(const char *path,int secret)
|
||||
return CreateDirectoryA(path,0) ? 0 : -1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
int syncwrite(const char *filename,int secret,const char *data,size_t datalen)
|
||||
{
|
||||
VEC_STRUCT(,char) tmpname;
|
||||
|
||||
Reference in New Issue
Block a user