projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008ff1b
)
unbreak the build
author
Markus Teich
<markus.teich@stusta.mhn.de>
Tue, 8 Dec 2015 23:52:39 +0000
(
00:52
+0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Tue, 8 Dec 2015 23:52:39 +0000
(
00:52
+0100)
sent.c
patch
|
blob
|
history
diff --git
a/sent.c
b/sent.c
index 51f6eedda01590b13f33f22ed16ae5525859e499..fc5e38903423a1d8caa2d1fd059c5df71dd79460 100644
(file)
--- a/
sent.c
+++ b/
sent.c
@@
-173,7
+173,7
@@
Image *ffopen(char *filename)
REG_NOSUB | REG_EXTENDED | REG_ICASE))
continue;
if (!regexec(®ex, filename, 0, NULL, 0)) {
- bin = filters[i].bin
+ bin = filters[i].bin
;
break;
}
}
@@
-357,7
+357,7
@@
void ffdraw(Image *img)
void getfontsize(Slide *s, unsigned int *width, unsigned int *height)
{
int i, j;
- unsigned int curw, new
_
max;
+ unsigned int curw, newmax;
float lfac = linespacing * (s->linecount - 1) + 1;
/* fit height */