Changeset 41340 for trunk/Ohana/src/opihi/lib.data/style_args.c
- Timestamp:
- Apr 16, 2020, 1:54:47 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/style_args.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/style_args.c
r41162 r41340 72 72 } 73 73 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 }84 74 return (TRUE); 85 75 }
Note:
See TracChangeset
for help on using the changeset viewer.
