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

« back to all changes in this revision

Viewing changes to plug-ins/file-psd/psd-save.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (0.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090831102410-5ne3s5jnk79y3hs5
Tags: upstream-2.6.7
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
    }
415
415
  else
416
416
    {
417
 
      write_gint16 (fd, 0, why);
 
417
      write_gchar (fd, 0, why);
418
418
    }
419
419
 
420
420
  /* If total length (length byte + content) is not a multiple of PADDING,