[svn-commits] tzafrir: branch 1.4 r4672 - /branches/1.4/ztmonitor.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 3 13:58:51 CDT 2009


Author: tzafrir
Date: Mon Aug  3 13:58:47 2009
New Revision: 4672

URL: http://svn.asterisk.org/svn-view/zaptel?view=rev&rev=4672
Log:
ztmonitor: -f alone is a good enough reason to continue

Bugfix: With

  ztmonitor NN -f file.raw

ztmonitor would quit and claim it has nothing to do.

Modified:
    branches/1.4/ztmonitor.c

Modified: branches/1.4/ztmonitor.c
URL: http://svn.asterisk.org/svn-view/zaptel/branches/1.4/ztmonitor.c?view=diff&rev=4672&r1=4671&r2=4672
==============================================================================
--- branches/1.4/ztmonitor.c (original)
+++ branches/1.4/ztmonitor.c Mon Aug  3 13:58:47 2009
@@ -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 svn-commits mailing list