IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 1:54:47 PM (6 years ago)
Author:
tdeboer
Message:

revert to working Ohana build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/style_args.c

    r41162 r41340  
    7272  }
    7373
    74   if ((graphmode[0].style == KAPA_PLOT_POLYGON) || (graphmode[0].style == KAPA_PLOT_POLYFILL)) {
    75     if ((N = get_argument (*argc, argv, "-npoint"))) {
    76       remove_argument (N, argc, argv);
    77       graphmode[0].ptype = atoi (argv[N]);
    78       remove_argument (N, argc, argv);
    79     } else {
    80       gprint (GP_ERR, "polygon & polyfill styles require number of points argument: -npoint N\n");
    81       return FALSE;
    82     }
    83   }
    8474  return (TRUE);
    8575}
Note: See TracChangeset for help on using the changeset viewer.