Fix -C behavior.

This commit is contained in:
itohy 1999-06-19 05:20:17 +00:00
parent 6f775308a6
commit 3d900be131
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: record.c,v 1.4 1999/03/27 18:16:23 mrg Exp $ */
/* $NetBSD: record.c,v 1.5 1999/06/19 05:20:17 itohy Exp $ */
/*
* Copyright (c) 1999 Matthew R. Green
@ -97,7 +97,7 @@ main(argc, argv)
errx(1, "balance must be between 0 and 63\n");
break;
case 'C':
device = optarg;
ctldev = optarg;
break;
case 'c':
decode_int(optarg, &channels);