K 10 svn:author V 5 peter K 8 svn:date V 27 2003-10-26T04:36:47.000000Z K 7 svn:log V 301 Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff) and to make sure that we catch oversized arguments rather than silently truncate them. I dont know if sscanf will reject an integer if it will not fit in the short return variable or not, but this way it should be detected. END