I've got snprintf returning MORE than the max count:

                                int n =
snprintf(&converted_msg[output_length],
                                                src - ptr +1 , "%s/", ptr);


and n= 111 and stuff like that, even when src - ptr + 1 == 13 as shown by
debug!

am I mad? 

 Sam

Reply via email to