1
0
Fork 0
forked from len0rd/rockbox

fix yellow introduced in 10829b2

Change-Id: Ice66e976f90ad5d37c116b27f94c96e17e97e70f
This commit is contained in:
Marcin Bukat 2012-05-08 21:59:01 +02:00
parent 158aeb5087
commit b371b705c7

View file

@ -1034,6 +1034,8 @@ static int close_wrapper(int fd)
static int creat_wrapper(const char *pathname, mode_t mode)
{
(void)mode;
int fd = PREFIX(creat)(pathname, mode);
if(fd >= 0)