On 24 January 2012 23:44, Mark Rages wrote: > How is "S2" declared? If it is an int8_t (aka char) then 125+5 =3D > -126, which is always going to be less than S2_MIN, so S2 will remain > at 90. > I agree with you Mark, this is going to be a signed/unsigned declaration issue. Tamas > > -- > Regards, > Mark > markrages@gmail > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > --=20 int main() { char *a,*s,*q; printf(s=3D"int main() { char *a,*s,*q; printf(s=3D%s%s%s, q=3D%s%s%s%s,s,q,q,a=3D%s%s%s%s,q,q,q,a,a,q); }", q=3D"\"",s,q,q,a=3D"\\",q,q,q,a,a,q); } --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .