projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd6375
)
well this makes things fail for people ...
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 14 Jan 2008 17:10:09 +0000
(18:10 +0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Mon, 14 Jan 2008 17:10:09 +0000
(18:10 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-mx/mx.c
patch
|
blob
|
history
diff --git
a/lib-mx/mx.c
b/lib-mx/mx.c
index
79eaad0
..
e54fd04
100644
(file)
--- a/
lib-mx/mx.c
+++ b/
lib-mx/mx.c
@@
-43,8
+43,10
@@
static mx_t const *mxfmts[] = {
&pop_mx,
&compress_mx,
+#if 0
/* hack so that it's linked together */
&pop_mx_ng,
+#endif
};
#define MX_IDX(idx) (idx >= 0 && idx < countof(mxfmts))