~ubuntu-branches/ubuntu/wily/bug-buddy/wily

« back to all changes in this revision

Viewing changes to src/gdb-buddy.c

  • Committer: Bazaar Package Importer
  • Author(s): David Weinehall
  • Date: 2010-03-29 14:54:39 UTC
  • mfrom: (1.1.30 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100329145439-i7qylnitfr51ztv1
Tags: 2.30.0+dfsg-1
* New upstream release.
* debian/patches/99_ltmain_as-needed.patch:
  - refreshed.
* debian/control.in:
  - Update Standards-Version to 3.8.4, no additional changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        case G_IO_STATUS_AGAIN:
89
89
                goto gdb_try_read;
90
90
        case G_IO_STATUS_ERROR:
91
 
                d(g_warning (_("Error on read... aborting")));
 
91
                d(g_warning (_("Error on read; aborting.")));
92
92
                break;
93
93
        case G_IO_STATUS_NORMAL:
94
94
                retval = TRUE;