In article <201501010346.t013klrb023...@server.cornerstoneservice.ca>,
John Nemeth  <jnem...@cue.bc.ca> wrote:

>     When adding this stanza to drivers, should you not set "error = 0;"
>after it just to be safe?  It seems that some drivers aren't very
>clean in the way they deal with "error" and/or are not expecting
>it to be set at this point.

All the ones that used to set 0 before this call now set 0 after.
The rest, should not need it; they would have gotten an uninitialized
warning before.

christos

Reply via email to