Am Montag, den 22.03.2010, 14:33 +0100 schrieb Carl-Daniel Hailfinger:
if (programmer_param && (portpos = strstr(programmer_param, "port="))) {
if (programmer_param) {
portpos = extract_param(&programmer_param,
"it87spiport=", ",:");
I understand why you use "it87spiport" instead of "port" here. Would you mind updating the manpage, too?
Regards, Michael Karcher