bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

base64, encoding and tests


From: Frederic Gobry
Subject: base64, encoding and tests
Date: Tue, 26 Nov 2002 15:49:06 +0100
User-agent: Mutt/1.4i

Hi,

I'm facing some problems with the base64 encoder, which seems to
truncate files during conversion. I've spotted a few problems in the
code, but I need to test my fixes...

  - is this a known problem ?

  - what is the standard layout of the tests ? (I've never used
    dejagnu, only the simpler TESTS = ... target of automake)

  - in code I fix, is it ok to write

    if (a) 
      {
        b ();
      }

    ...as I really have readability problems with 

    if (a) 
      b ();

Frédéric

Attachment: pgpoAUHbQb2wb.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]