Changeset 5919 for trunk/Ohana/src/opihi/cmd.data
- Timestamp:
- Jan 5, 2006, 6:55:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/box.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/box.c
r5850 r5919 6 6 Graphdata graphmode; 7 7 8 if (!GetGraph (&graphmode, &Xgraph, &Ngraph)) return (FALSE);9 10 8 strcpy (graphmode.ticks, "2222"); 11 9 if ((N = get_argument (argc, argv, "-ticks"))) { … … 47 45 remove_argument (N, &argc, argv); 48 46 } 47 if (!GetGraph (&graphmode, &Xgraph, &Ngraph)) return (FALSE); 49 48 50 49 if (argc != 1) goto usage;
Note:
See TracChangeset
for help on using the changeset viewer.
