always triple check your patchen

This commit is contained in:
tth 2019-09-16 16:27:01 +02:00
parent c3bc39750d
commit d4dbecc45d
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ while ((opt = getopt(argc, argv, "d:ghn:o:O:p:s:uv")) != -1) {
optarg);
exit(1);
}
period *= 1e6;
break;
case 's': parse_WxH(optarg, &width, &height);
break;