projects
/
file
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e004f
)
remove debugging printf
author
Christos Zoulas
<christos@zoulas.com>
Mon, 20 Aug 2018 12:21:39 +0000
(12:21 +0000)
committer
Christos Zoulas
<christos@zoulas.com>
Mon, 20 Aug 2018 12:21:39 +0000
(12:21 +0000)
src/softmagic.c
patch
|
blob
|
history
diff --git
a/src/softmagic.c
b/src/softmagic.c
index 735bfdd7b500521b7b06eba545f282b090cdc1c6..ac86d92d0781905298495dcfdb31bc8bb4c745e5 100644
(file)
--- a/
src/softmagic.c
+++ b/
src/softmagic.c
@@
-32,7
+32,7
@@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: softmagic.c,v 1.26
7 2018/08/20 12:17:30
christos Exp $")
+FILE_RCSID("@(#)$File: softmagic.c,v 1.26
8 2018/08/20 12:21:39
christos Exp $")
#endif /* lint */
#include "magic.h"
@@
-2211,7
+2211,6
@@
handle_annotation(struct magic_set *ms, struct magic *m, int firstline,
}
if (!*m->desc || name_count)
return 0;
-printf("doing default for [%s]\n", m->desc);
return file_default(ms, 1);
}