~ubuntu-branches/ubuntu/trusty/gimp/trusty-proposed

« back to all changes in this revision

Viewing changes to plug-ins/common/file-pnm.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
482
482
  gint32          layer_ID;
483
483
  GimpDrawable   *drawable;
484
484
  int             fd;           /* File descriptor */
485
 
  char            buf[BUFLEN];  /* buffer for random things like scanning */
 
485
  char            buf[BUFLEN + 4];  /* buffer for random things like scanning */
486
486
  PNMInfo        *pnminfo;
487
487
  PNMScanner * volatile scan;
488
488
  int             ctr;