unbreak the build
This commit is contained in:
parent
008ff1b88b
commit
11f2c648eb
4
sent.c
4
sent.c
@ -173,7 +173,7 @@ Image *ffopen(char *filename)
|
|||||||
REG_NOSUB | REG_EXTENDED | REG_ICASE))
|
REG_NOSUB | REG_EXTENDED | REG_ICASE))
|
||||||
continue;
|
continue;
|
||||||
if (!regexec(®ex, filename, 0, NULL, 0)) {
|
if (!regexec(®ex, filename, 0, NULL, 0)) {
|
||||||
bin = filters[i].bin
|
bin = filters[i].bin;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -357,7 +357,7 @@ void ffdraw(Image *img)
|
|||||||
void getfontsize(Slide *s, unsigned int *width, unsigned int *height)
|
void getfontsize(Slide *s, unsigned int *width, unsigned int *height)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
unsigned int curw, new_max;
|
unsigned int curw, newmax;
|
||||||
float lfac = linespacing * (s->linecount - 1) + 1;
|
float lfac = linespacing * (s->linecount - 1) + 1;
|
||||||
|
|
||||||
/* fit height */
|
/* fit height */
|
||||||
|
Loading…
Reference in New Issue
Block a user