diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-07-05 06:58:53 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-07-05 06:58:53 +0000 |
commit | be24250a2e79cb5e5874288777155eabc5344560 (patch) | |
tree | a3b07be639d99e74f0b3092734c77f0c8c709ab8 /media-sound/moc/files | |
parent | fix ChangeLog header (diff) | |
download | gentoo-2-be24250a2e79cb5e5874288777155eabc5344560.tar.gz gentoo-2-be24250a2e79cb5e5874288777155eabc5344560.tar.bz2 gentoo-2-be24250a2e79cb5e5874288777155eabc5344560.zip |
Fix default configuration layout (upstream), thanks to Emil Karlson and Silvence, bug 230395.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'media-sound/moc/files')
-rw-r--r-- | media-sound/moc/files/moc-2.5.0_alpha3-fix_default_configuration_layout.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/moc/files/moc-2.5.0_alpha3-fix_default_configuration_layout.patch b/media-sound/moc/files/moc-2.5.0_alpha3-fix_default_configuration_layout.patch new file mode 100644 index 000000000000..3818e127747c --- /dev/null +++ b/media-sound/moc/files/moc-2.5.0_alpha3-fix_default_configuration_layout.patch @@ -0,0 +1,13 @@ +Index: interface_elements.c +=================================================================== +--- interface_elements.c (revision 2091) ++++ interface_elements.c (revision 2092) +@@ -736,7 +736,7 @@ + const int max) + { + long v; +- const char *e; ++ const char *e = fmt; + + if (!strncasecmp(fmt, "FILL", sizeof("FILL") - 1)) { + *val = LAYOUT_SIZE_FILL; |