diff options
| -rw-r--r-- | snapshot.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| @@ -444,10 +444,6 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu  			break;  		case 'k':  			snap.skip = strtoul(optarg, NULL, 10); -			if (snap.skip == 0) { -				printf("snapshot skip value must be >0.\n"); -				return 1; -			}  			break;  		case 'N':  			snap.nframes = strtoul(optarg, NULL, 10); | 
