[svn-commits] russell: branch 1.6.1 r166379 - in /branches/1.6.1: ./ res/res_musiconhold.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 22 14:28:12 CST 2008


Author: russell
Date: Mon Dec 22 14:28:12 2008
New Revision: 166379

URL: http://svn.digium.com/view/asterisk?view=rev&rev=166379
Log:
Merged revisions 166377 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r166377 | russell | 2008-12-22 14:26:48 -0600 (Mon, 22 Dec 2008) | 2 lines

Fix a bad typo.

........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/res/res_musiconhold.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/res/res_musiconhold.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/res/res_musiconhold.c?view=diff&rev=166379&r1=166378&r2=166379
==============================================================================
--- branches/1.6.1/res/res_musiconhold.c (original)
+++ branches/1.6.1/res/res_musiconhold.c Mon Dec 22 14:28:12 2008
@@ -1036,7 +1036,7 @@
 #ifdef HAVE_DAHDI
 	/* Open /dev/zap/pseudo for timing...  Is
 	   there a better, yet reliable way to do this? */
-	class->pseudofd = open("/dev/dahdi/psuedo", O_RDONLY);
+	class->pseudofd = open("/dev/dahdi/pseudo", O_RDONLY);
 	if (class->pseudofd < 0) {
 		ast_log(LOG_WARNING, "Unable to open pseudo channel for timing...  Sound may be choppy.\n");
 	} else {




More information about the svn-commits mailing list