always triple check your patchen

master
tth 4 years ago
parent c3bc39750d
commit d4dbecc45d

@ -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;

Loading…
Cancel
Save