Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271566
Collapse All | Expand All

(-)ufraw-0.15.old/dcraw.cc (-1 / +1 lines)
Lines 8401-8407 Link Here
8401
  argv[argc] = "";
8401
  argv[argc] = "";
8402
  for (arg=1; (((opm = argv[arg][0]) - 2) | 2) == '+'; ) {
8402
  for (arg=1; (((opm = argv[arg][0]) - 2) | 2) == '+'; ) {
8403
    opt = argv[arg++][1];
8403
    opt = argv[arg++][1];
8404
    if ((cp = strchr (sp="nbrkStqmHAC", opt)))
8404
    if ((cp = (char*) strchr (sp="nbrkStqmHAC", opt)))
8405
      for (i=0; i < "11411111142"[cp-sp]-'0'; i++)
8405
      for (i=0; i < "11411111142"[cp-sp]-'0'; i++)
8406
	if (!isdigit(argv[arg+i][0])) {
8406
	if (!isdigit(argv[arg+i][0])) {
8407
	  dcraw_message (DCRAW_ERROR,_("Non-numeric argument to \"-%c\"\n"), opt);
8407
	  dcraw_message (DCRAW_ERROR,_("Non-numeric argument to \"-%c\"\n"), opt);

Return to bug 271566