NDO big perfdata bug?

Michael Friedrich michael.friedrich at univie.ac.at
Mon Sep 28 23:38:14 CEST 2009


Hi,

Hendrik Baecker wrote:
>>
>> Looking around in the code, to find a possible cause, I think I found a
>> small bug in io.c, also
>> ndo_unescape_buffer:
>>    if (buffer[x+1]=='\t'){
>> i think should be
>>    if (buffer[x+1]=='t'){
>> but I think this is unrelated to the big perfdata problem.
Jep, that's a bug since checking for \ and t should resolve into \t but 
the condition never matches right now.

Kind regards,
Michael

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf




More information about the Developers mailing list