an error (typo) in 0.9.9

Janusz A. Urbanowicz alex at bofh.torun.pl
Sat Jul 31 19:12:08 CEST 1999


Hello

In G10 ver 0.9.9, file g10/pkclist.c there is a important typo in line 739:

        if( rc )
            log_error(_("unknown default recipient 's'\n"), def_rec );
        else if( !(rc=check_pubkey_algo2(pk->pubkey_algo, use)) ) {

It should be of course 
            log_error(_("unknown default recipient '%s'\n"), def_rec );
  
Alex
-- 
   *   | Janusz A. "Alex" Urbanowicz,           \  Home: <alex at bofh.torun.pl>
 --+~| | http://eris.phys.uni.torun.pl/~alex/     \  Work: <alex at bofh.net.pl>
 `_|/  | Arrakis teaches the attitude of the knife -- chopping off what's
   |   | incomplete and saying: "Now, it's complete because it's ended here."



More information about the Gnupg-devel mailing list