~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/src/pthreads/ptio.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 11:28:24 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616112824-cg6qzhvt63lx7bub
Tags: 4.7.5-0ubuntu1
* New upstream version: 4.7.5 (LP: #387745)

* adjust patches to changed upstream code base
  - update debian/patches/99_configure.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1018
1018
        if (count < hdtrl[0].iov_len) {
1019
1019
                        /* header not sent */
1020
1020
 
1021
 
            hdtrl[0].iov_base = ((char *) hdtrl[0].iov_len) + count;
 
1021
            hdtrl[0].iov_base = ((char *) hdtrl[0].iov_base) + count;
1022
1022
            hdtrl[0].iov_len -= count;
1023
1023
 
1024
1024
        } else if (count < (hdtrl[0].iov_len + op->arg3.file_spec.nbytes)) {