~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to tests/iochannel-test.c

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    if (gerr)
92
92
      {
93
93
        g_warning (gerr->message);
 
94
        /* Keep going if this is just a case of iconv not supporting EUC-JP, see bug 428048 */
 
95
        if (gerr->code != G_CONVERT_ERROR_NO_CONVERSION)
 
96
          return 1;
94
97
        g_error_free (gerr);
95
 
        return 1;
 
98
        gerr = NULL;
96
99
      }
97
100
    
98
101
    g_io_channel_set_buffer_size (gio_r, BUFFER_SIZE);