[asterisk-commits] tilghman: branch 1.6.1 r169725 - in /branches/1.6.1: ./ main/asterisk.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 21 15:05:07 CST 2009


Author: tilghman
Date: Wed Jan 21 15:05:07 2009
New Revision: 169725

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

................
  r169723 | tilghman | 2009-01-21 15:03:40 -0600 (Wed, 21 Jan 2009) | 15 lines
  
  Merged revisions 169722 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r169722 | tilghman | 2009-01-21 15:02:32 -0600 (Wed, 21 Jan 2009) | 8 lines
    
    Extra NULLs in the output cause some terminal types to abort in the middle of
    a color code, causing terminal weirdness.
    (closes issue #14130)
     Reported by: coolmig
     Patches: 
           20090121__bug14130.diff.txt uploaded by Corydon76 (license 14)
     Tested by: Corydon76, coolmig
  ........
................

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/main/asterisk.c

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

Modified: branches/1.6.1/main/asterisk.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/main/asterisk.c?view=diff&rev=169725&r1=169724&r2=169725
==============================================================================
--- branches/1.6.1/main/asterisk.c (original)
+++ branches/1.6.1/main/asterisk.c Wed Jan 21 15:05:07 2009
@@ -1985,6 +1985,7 @@
 				if (*tmp == 127) {
 					memmove(tmp, tmp + 1, strlen(tmp));
 					tmp--;
+					res--;
 				}
 			}
 




More information about the asterisk-commits mailing list