]> git.pld-linux.org Git - packages/moc.git/blame - layout-1-is-malformed-fix.patch
- ffmpeg version for new include paths
[packages/moc.git] / layout-1-is-malformed-fix.patch
CommitLineData
e77c641c
SS
1Index: interface_elements.c
2===================================================================
3--- interface_elements.c (revision 2091)
4+++ interface_elements.c (revision 2092)
5@@ -736,7 +736,7 @@
6 const int max)
7 {
8 long v;
9- const char *e;
10+ const char *e = fmt;
11
12 if (!strncasecmp(fmt, "FILL", sizeof("FILL") - 1)) {
13 *val = LAYOUT_SIZE_FILL;
This page took 0.028163 seconds and 4 git commands to generate.