On Mon, Jun 25, 2012 at 1:56 PM, Domenico Chierico
<[email protected]> wrote:
> or maybe
>
> if (readBuffer(i) == '\r' || readBuffer(i) == '\n')
>
> On Mon, Jun 25, 2012 at 11:30 AM, Domenico Chierico
> <[email protected]> wrote:
>>
>>  see something strange in the code, can this be a leftover:
>>
>> if (readBuffer(i) == '\r' && readBuffer(i) == '\n')
>>
>> shouldn't be something like:
>>
>> if (readBuffer(i) == '\r' && readBuffer(i+1) == '\n')
>>

I guess that's an leftover, it should be if (readBuffer(i) == '\r' &&
readBuffer(i+1) == '\n'), Joegen please confirm this,

Thanks
George
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to