projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996a4c5
)
fix dying on empty slidefile
author
Markus Teich
<markus.teich@stusta.mhn.de>
Wed, 18 Nov 2015 22:24:53 +0000
(23:24 +0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Wed, 18 Nov 2015 22:24:53 +0000
(23:24 +0100)
sent.c
patch
|
blob
|
history
diff --git
a/sent.c
b/sent.c
index e68051fc0adc772c42497c3cacc92132a8731a3a..f7cadb630e0051e1d494dd06e2c2e8f80b39280f 100644
(file)
--- a/
sent.c
+++ b/
sent.c
@@
-685,7
+685,7
@@
int main(int argc, char *argv[])
}
}
- if (!slide
s || !slides[0].lines
)
+ if (!slide
count
)
usage();
xinit();