1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-24 13:01:25 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,15 @@
diff -urN volnorm-0.8.1.orig/src/normvol.c volnorm-0.8.1/src/normvol.c
--- volnorm-0.8.1.orig/src/normvol.c 2001-08-05 16:36:21.000000000 +0000
+++ volnorm-0.8.1/src/normvol.c 2006-01-13 05:23:51.000000000 +0000
@@ -112,8 +112,10 @@
static void normvol_cleanup(void) {
gint channel = 0;
- for (channel = 0; channel < MAX_CHANNELS; ++channel)
+ for (channel = 0; channel < MAX_CHANNELS; ++channel) {
SmoothDelete(smooth[channel]);
+ smooth[channel] = NULL;
+ }
}
static void normvol_configure(void)