[Changeset] new bzip2 function

Jaroslav Hajek highegg at gmail.com
Mon Jan 5 03:43:09 CST 2009


On Thu, Jan 1, 2009 at 11:32 AM, Thorsten Meyer <thorsten.meyier at gmx.de> wrote:
> Hi,
>
> John W. Eaton wrote:
>> +      error (sprintf("%s: extension has to be a string with finite length",
>> +                     commandname));
>>
>> There's no need to use sprintf here since error already understands
>> format strings.  So you should write
>>
>>   error ("%s: extension has to be a string with finite length", commandname);
>>
> Thanks for the hint.
>
> Attached, you will find a little patch which fixes the error messages in
> __xzip__ and adds a few tests of the error handling.
>
> regards
>
> Thorsten
>

Applied.

thanks


-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


More information about the Octave-maintainers mailing list