[svn-commits] russell: branch russell/issue_12658 r163075 - /team/russell/issue_12658/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Dec 11 10:14:16 CST 2008


Author: russell
Date: Thu Dec 11 10:14:15 2008
New Revision: 163075

URL: http://svn.digium.com/view/asterisk?view=rev&rev=163075
Log:
move comment because I feel like it

Modified:
    team/russell/issue_12658/main/channel.c

Modified: team/russell/issue_12658/main/channel.c
URL: http://svn.digium.com/view/asterisk/team/russell/issue_12658/main/channel.c?view=diff&rev=163075&r1=163074&r2=163075
==============================================================================
--- team/russell/issue_12658/main/channel.c (original)
+++ team/russell/issue_12658/main/channel.c Thu Dec 11 10:14:15 2008
@@ -1991,12 +1991,12 @@
 {
 	struct ast_frame *fr = &chan->dtmff;
 
-	/* Put this frame back on the head of the readq to ensure that received
-	 * digits stay in the same order. */
-
 	fr->frametype = AST_FRAME_DTMF_END;
 	fr->subclass = f->subclass;
 	fr->len = f->len;
+
+	/* Put this frame back on the head of the readq to ensure that received
+	 * digits stay in the same order. */
 
 	ast_queue_frame_head(chan, fr);
 }




More information about the svn-commits mailing list