eliminate-infinite-loop-on-arm.diff

Guillaume Sergent, 09/12/2019 11:43 pm

Download (466 Bytes)

 
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;