diff options
Diffstat (limited to 'libio/iofwide.c')
-rw-r--r-- | libio/iofwide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofwide.c b/libio/iofwide.c index a8969e58c7..0c175d19d1 100644 --- a/libio/iofwide.c +++ b/libio/iofwide.c @@ -184,7 +184,7 @@ _IO_fwide (fp, mode) #endif /* From now on use the wide character callback functions. */ - ((struct _IO_FILE_plus *) fp)->vtable = fp->_wide_data->_wide_vtable; + _IO_JUMPS_FILE_plus (fp) = fp->_wide_data->_wide_vtable; } /* Set the mode now. */ |