[svn-commits] seanbright: branch 1.6.1 r146361 - /branches/1.6.1/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Oct 4 11:21:51 CDT 2008


Author: seanbright
Date: Sat Oct  4 11:21:51 2008
New Revision: 146361

URL: http://svn.digium.com/view/asterisk?view=rev&rev=146361
Log:
Blocked revisions 146359 via svnmerge

........
r146359 | seanbright | 2008-10-04 12:20:31 -0400 (Sat, 04 Oct 2008) | 10 lines

Fix a bug with the last item in CLI history getting duplicated when
read from the .asterisk_history file (and subsequently being duplicated
when written).  We weren't checking the result of fgets() which meant
that we read the same line twice before feof() actually returned non-
zero.

Also, stop writing out an extra blank line between each item in the
history file, fix a minor off-by-one error, and use symbolic constants
rather than a hardcoded integer.

........

Modified:
    branches/1.6.1/   (props changed)

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




More information about the svn-commits mailing list