projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc36c1
)
no error message all the time
author
realraum
<realraum@realraum.at>
Wed, 13 May 2009 21:01:14 +0000
(21:01 +0000)
committer
realraum
<realraum@realraum.at>
Wed, 13 May 2009 21:01:14 +0000
(21:01 +0000)
mifare-read.c
patch
|
blob
|
history
diff --git
a/mifare-read.c
b/mifare-read.c
index
05851c9
..
80cb57e
100644
(file)
--- a/
mifare-read.c
+++ b/
mifare-read.c
@@
-53,7
+53,7
@@
int l2_init(int layer2)
rc = rfid_layer2_open(l2h);
if (rc < 0) {
- fprintf(stderr, "error during layer2_open\n");
+// fprintf(stderr, "error during layer2_open\n");
return rc;
}