]> git.pld-linux.org Git - packages/callweaver.git/commitdiff
- oops
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Sep 2007 18:11:32 +0000 (18:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callweaver-fixes.patch -> 1.2

callweaver-fixes.patch

index 8a84b81c894b80b994544d185b637c9d394caec3..fb4a5d15bf6ba24a863ece0c1f5ead50f2d2e7e8 100644 (file)
@@ -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;
This page took 0.083361 seconds and 4 git commands to generate.