From: Arkadiusz Miƛkiewicz Date: Mon, 24 Sep 2007 18:11:32 +0000 (+0000) Subject: - oops X-Git-Tag: auto/th/callweaver-1_2_0-0_20070923_1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcallweaver.git;a=commitdiff_plain;h=0d1766fe88ef4b4497df21d89425d859cef8dcdd - oops Changed files: callweaver-fixes.patch -> 1.2 --- diff --git a/callweaver-fixes.patch b/callweaver-fixes.patch index 8a84b81..fb4a5d1 100644 --- a/callweaver-fixes.patch +++ b/callweaver-fixes.patch @@ -55,7 +55,7 @@ Index: res/res_musiconhold.c + state->pos++; + state->pos %= state->class->total_files; + } -+ if (ast_test_flag(state->class, MOH_RANDOMIZE)) { ++ if (pbx_test_flag(state->class, MOH_RANDOMIZE)) { /* Try 20 times to find something good */ - for (tries=0;tries < 20;tries++) { - state->samples = 0;