~ubuntu-branches/ubuntu/feisty/gnupg2/feisty

« back to all changes in this revision

Viewing changes to g10/armor.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-24 18:48:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061124184823-17ir9m46tl09n9k4
Tags: 2.0.0-4ubuntu1
* Synchronize to Debian, reapply remaining Ubuntu changes to pristine Debian
  version:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).

Show diffs side-by-side

added added

removed removed

Lines of Context:
992
992
    else if( control == IOBUFCTRL_FLUSH && !afx->cancel ) {
993
993
        if( !afx->status ) { /* write the header line */
994
994
            const char *s;
995
 
            STRLIST comment=opt.comments;
 
995
            strlist_t comment=opt.comments;
996
996
 
997
997
            if( afx->what >= DIM(head_strings) )
998
998
                log_bug("afx->what=%d", afx->what);