eliminate-infinite-loop-on-arm.diff
| b/AMC-detect.cc | ||
|---|---|---|
| 1073 | 1073 |
// -o file : gives output file name for detected layout report image |
| 1074 | 1074 |
// -v / -P : asks for marks detection debugging image report |
| 1075 | 1075 | |
| 1076 |
char c;
|
|
| 1076 |
int c;
|
|
| 1077 | 1077 |
while ((c = getopt(argc, argv, "x:y:d:i:p:m:t:c:o:vPrk")) != -1) {
|
| 1078 | 1078 |
switch (c) {
|
| 1079 | 1079 |
case 'x': taille_orig_x = atof(optarg); break; |