projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15c750
)
anno: Fixed test for intermixture of file and msgs/folder.
author
markus schnalke
<meillo@marmaro.de>
Sat, 14 Apr 2012 13:17:16 +0000
(15:17 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Sat, 14 Apr 2012 13:17:16 +0000
(15:17 +0200)
uip/anno.c
patch
|
blob
|
history
diff --git
a/uip/anno.c
b/uip/anno.c
index
fe0d65f
..
34d301b
100644
(file)
--- a/
uip/anno.c
+++ b/
uip/anno.c
@@
-188,7
+188,7
@@
main(int argc, char **argv)
}
}
- if (file && (folder || !msgs.size)) {
+ if (file && (folder || msgs.size)) {
adios(NULL, "Don't intermix files and messages.");
}
if (!datesw && !text) {