~ubuntu-branches/ubuntu/trusty/enigmail/trusty-security

« back to all changes in this revision

Viewing changes to extensions/enigmail/src/nsEnigMimeWriter.cpp

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-09-26 13:42:31 UTC
  • mfrom: (0.12.14)
  • Revision ID: package-import@ubuntu.com-20120926134231-endgg7ef5ysctcfa
Tags: 2:1.4.5-0ubuntu1
* New upstream release v1.4.5
  - LP: #1062587

* Add patch to set the correct version number. The version was not changed
  from 1.5a1pre to 1.4.5 when the tarball was built from rev 24e938
  - add debian/patches/correct-version-number.diff
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
nsEnigMimeWriter::OnDataAvailable(nsIRequest* aRequest,
267
267
                                  nsISupports* aContext,
268
268
                                  nsIInputStream *aInputStream,
 
269
#if MOZILLA_MAJOR_VERSION < 18
269
270
                                  PRUint32 aSourceOffset,
 
271
#else
 
272
                                  PRUint64 aSourceOffset,
 
273
#endif
270
274
                                  PRUint32 aLength)
271
275
{
272
276
  nsresult rv = NS_OK;