Changeset 22221 for branches/vendor/third/gaim/plugins/gaim-remote/remote.c
- Timestamp:
- 08/08/05 08:49:45 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/third/gaim/plugins/gaim-remote/remote.c
r22056 r22221 473 473 { 474 474 gint total = 0; 475 g uintcur;475 gsize cur; 476 476 477 477 GError *error = NULL; 478 478 479 479 while (total < len) { 480 if (g_io_channel_read_chars(source, buf + total, len - total, (gsize *)&cur, &error) != G_IO_STATUS_NORMAL) {480 if (g_io_channel_read_chars(source, buf + total, len - total, &cur, &error) != G_IO_STATUS_NORMAL) { 481 481 if (error) 482 482 g_error_free(error);
