[email protected] (Karel Klíč) writes: > Nikola, thank you for the patch, it seems to work well. I have tested > it both with and without remote_result. > > I have simplified and improved the code a bit when reviewing it, and > also fixed the bug causing a termination of reporter-bugzilla when no > duplicate was found. Please consider commiting the following change on > the top of your changes: > > ... > + char *cmd = strtok((char*)remote_result, " \n"); > ...
I removed unnecessary (char *) casting -- Nikola
