Re: [PATCH] Modify the OS string parsing to handle two number strings

2012-05-14 Thread Dmitry V. Levin
On Mon, May 14, 2012 at 10:34:46PM +1000, Bryce Gibson wrote: Modify OS string parsing to handle a two character OS string. If a shorter than expected OS string is found, pad a zero on the end and then try the comparison. --- strace.c | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [PATCH] Modify the OS string parsing to handle two number strings

2012-05-14 Thread Bryce Gibson
On Mon, May 14, 2012 at 10:34:46PM +1000, Bryce Gibson wrote: Modify OS string parsing to handle a two character OS string. If a shorter than expected OS string is found, pad a zero on the end and then try the comparison. --- strace.c | 5 + 1 file changed, 5 insertions(+) diff