fixed why2_fdopen POINTER_TYPES typo
This commit is contained in:
parent
90b1fef457
commit
c5d5f12140
@ -155,7 +155,7 @@ void *why2_fdopen(int file, char *modes)
|
||||
{
|
||||
void *opened = fdopen(file, modes);
|
||||
|
||||
push_to_list(opened, OPEN);
|
||||
push_to_list(opened, FOPEN);
|
||||
|
||||
return opened;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user