After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 57694 - GIOChannel: need to resolve how to handle partial chars on flush
GIOChannel: need to resolve how to handle partial chars on flush
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2001-07-17 22:05 UTC by Ron Steinke
Modified: 2011-02-18 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ron Steinke 2001-07-17 22:05:00 UTC
We need to decide what to do with the contents of partial_chars_buf
in a GIOChannel on a call to g_io_channel_flush().
Comment 1 Ron Steinke 2001-08-16 23:33:28 UTC
resolved: flush ignores the partial character, and any
function where the presence of a partial character
would be a problem (g_io_channel_seek_position(),
g_io_channel_set_encoding(),g_io_channel_write_unichar(),
g_io_channel_close(),g_io_channel_shutdown()) throws
it away and emits a warning

Fixed in my Aug. 8 commit to CVS