~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to g10/mainproc.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
937
937
                    putchar('\n');
938
938
                    if( opt.fingerprint && !any )
939
939
                        print_fingerprint( pk, NULL, 0 );
940
 
                    if( node->next
 
940
                    if( opt.with_colons
 
941
                        && node->next
941
942
                        && node->next->pkt->pkttype == PKT_RING_TRUST ) {
942
943
                        printf("rtv:2:%u:\n",
943
 
                                 node->next->pkt->pkt.ring_trust->trustval );
 
944
                               node->next->pkt->pkt.ring_trust?
 
945
                               node->next->pkt->pkt.ring_trust->trustval : 0);
944
946
                    }
945
947
                    any=1;
946
948
                }