projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c234d5a
)
Corrected the 'BUG' message in do_test_for_insnlist() (it reported the
author
Ian Abbott
<abbotti@mev.co.uk>
Thu, 18 Dec 2008 16:38:51 +0000
(16:38 +0000)
committer
Ian Abbott
<abbotti@mev.co.uk>
Thu, 18 Dec 2008 16:38:51 +0000
(16:38 +0000)
wrong function).
lib/filler.c
patch
|
blob
|
history
diff --git
a/lib/filler.c
b/lib/filler.c
index 994e648d44bb98a97cc8d0679240d6e33deed639..c0d8def57b7cac211a59b2028f3f23334cb1eb43 100644
(file)
--- a/
lib/filler.c
+++ b/
lib/filler.c
@@
-298,7
+298,7
@@
static int do_test_for_insnlist(comedi_t *dev)
if(ret<0){
if(errno!=EIO){
- fprintf(stderr,"BUG in do_test_for_insn()\n");
+ fprintf(stderr,"BUG in do_test_for_insn
list
()\n");
}
return 0;
}