~ubuntu-branches/ubuntu/quantal/poppler/quantal-security

« back to all changes in this revision

Viewing changes to splash/SplashBitmap.cc

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-22 14:50:04 UTC
  • mfrom: (1.7.5) (4.3.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120622145004-u9g82mhsv2ro6ubs
Tags: 0.20.1-1ubuntu1
* Merge with Debian, remaining Ubuntu changes:
* debian/control:
  - Drop libopenjpeg-dev build depends, it's in universe.
  - Lower poppler-data to Suggests, it's too big for CD images,
    handled by language-selector.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
// Copyright (C) 2010 Christian Feuers�nger <cfeuersaenger@googlemail.com>
21
21
// Copyright (C) 2010 William Bader <williambader@hotmail.com>
22
22
// Copyright (C) 2011, 2012 Thomas Freitag <Thomas.Freitag@alfa.de>
 
23
// Copyright (C) 2012 Anthony Wesley <awesley@smartnetworks.com.au>
23
24
//
24
25
// To see a description of the changes please see the Changelog file that
25
26
// came with your tarball or type make ChangeLog if you are building from git
519
520
    break;
520
521
  }
521
522
  
522
 
  if (writer->close()) {
 
523
  if (!writer->close()) {
523
524
    return splashErrGeneric;
524
525
  }
525
526