[dahdi-commits] sruffell: tools/trunk r4588 - /tools/trunk/dahdi_monitor.c
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Jul 9 14:22:08 CDT 2008
Author: sruffell
Date: Wed Jul 9 14:22:08 2008
New Revision: 4588
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4588
Log:
Fix -f option.
Modified:
tools/trunk/dahdi_monitor.c
Modified: tools/trunk/dahdi_monitor.c
URL: http://svn.digium.com/view/dahdi/tools/trunk/dahdi_monitor.c?view=diff&rev=4588&r1=4587&r2=4588
==============================================================================
--- tools/trunk/dahdi_monitor.c (original)
+++ tools/trunk/dahdi_monitor.c Wed Jul 9 14:22:08 2008
@@ -351,6 +351,7 @@
exit(EXIT_FAILURE);
}
fprintf(stderr, "Writing combined stream to %s\n", optarg);
+ savefile = 1;
break;
case 'F':
if (multichannel) {
More information about the dahdi-commits
mailing list