From 2e38e446f96c464d53d9e99a3c88ac79156901b5 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 3 Aug 2009 18:58:47 +0000 Subject: 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. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4672 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztmonitor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ztmonitor.c b/ztmonitor.c index ee01a40..0d4c4e4 100644 --- a/ztmonitor.c +++ b/ztmonitor.c @@ -351,6 +351,7 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); } fprintf(stderr, "Writing combined stream to %s\n", optarg); + savefile = 1; break; case 'F': if (multichannel) { -- cgit v1.2.3