Changeset 4689 for trunk/Ohana/src/opihi/lib.data/open_graph.c
- Timestamp:
- Jul 31, 2005, 1:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/open_graph.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/open_graph.c
r3895 r4689 245 245 int SendLabel (char *string, int Xgraph, int mode) { 246 246 247 char buffer[64];248 249 247 SendGraphCommand (Xgraph, 4, "LABL"); 250 248 SendGraphCommand (Xgraph, 16, "%6d %6d", strlen (string), mode); … … 257 255 258 256 int Nbyte, status; 259 char *string,tmp;257 char tmp; 260 258 va_list argp; 261 259 … … 286 284 int SendGraphCommandV (int device, int length, char *format, va_list argp) { 287 285 288 int Nbyte; 289 char *string, tmp[4]; 286 char *string; 290 287 291 288 /* I allocated and zero 1 extra byte */
Note:
See TracChangeset
for help on using the changeset viewer.
