~ubuntu-branches/ubuntu/utopic/cdparanoia/utopic

« back to all changes in this revision

Viewing changes to paranoia/paranoia.c

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito, Rogério Brito, TANIGUCHI Takaki
  • Date: 2010-11-06 14:53:55 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20101106145355-93nm5l8g6nq8viyw
Tags: 3.10.2+debian-10
[ Rogério Brito ]
* Preparation to format "3.0 (quilt)".
* Remove README.source (void effect with format 3.0).
* Refresh patches to avoid potential problems with the buildd's and
  dpkg's implementation of quilt.
* Include control on compilation and linking flags.
* Include extra fixes for spelling in the patch.
* Update 01-typos-and-spelling.patch to match DEP-3
* Add an option to not suppress progress bar when stderr is
  redirected. Closes: #589112.
* Split build-dependencies for VCS-friendliness
* Remove duplicate field in the binary packages
* Detail some of the long descriptions so that they are not equal
  anymore
* Update 01-typos-and-spelling.patch with some other spelling errors
* Fix some more typos. Closes: #552209, #572482.

[ TANIGUCHI Takaki ]
* debian/watch: add new control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2439
2439
                            secread))<secread){
2440
2440
 
2441
2441
        if(thisread<0){
 
2442
#ifdef ENOMEDIUM
2442
2443
          if(errno==ENOMEDIUM){
2443
2444
            /* the one error we bail on immediately */
2444
2445
            if(new)free_c_block(new);
2446
2447
            if(flags)free(flags);
2447
2448
            return NULL;
2448
2449
          }
 
2450
#endif
2449
2451
          thisread=0;
2450
2452
        }
2451
2453
 
2687
2689
 
2688
2690
        /* Was the medium removed or the device closed out from
2689
2691
           under us? */
 
2692
#ifdef ENOMEDIUM
2690
2693
        if(errno==ENOMEDIUM) return NULL;
 
2694
#endif
2691
2695
      
2692
2696
      }
2693
2697
    }