This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fastjar question


>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:

Andreas> Second, this thing is much more annoying, the fastjar jar
Andreas> creates a ^@ entry as last 'character' in the MANIFEST. This
Andreas> is in my opinion wrong.

I'm not all that familiar with the manifest file specification.
Could you look it up and see if this character is or is not required?

Andreas> -    int mf_len = 37 + strlen(VERSION);
Andreas> +    int mf_len = 36 + strlen(VERSION);

Could you rewrite this patch to avoid a magic constant altogether?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]