2011/6/30 steve tell <[email protected]>:
>> Error: chain.c:107 urj_tap_chain_connect() syntax: parallel cable
>> requires >= 3 parameters
>
> @@ -101,10 +101,10 @@ urj_tap_chain_connect (urj_chain_t *chain, const char 
> *drivername, char *params[
>
>     if (driver->device_type == URJ_CABLE_DEVICE_PARPORT)
>      {
> -        if (paramc < 3)
> +        if (paramc < 1)

"< 2" ?

>          {
>              urj_error_set (URJ_ERROR_SYNTAX,
> -                           "parallel cable requires >= 3 parameters");
> +                           "parallel cable requires >= 2 parameters, got 
> %d", paramc);

">=4" ?

>              return URJ_STATUS_FAIL;
>          }
>          for (j = 0; j < URJ_CABLE_PARPORT_N_DEVS; j++)


Jie

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to