Changeset 9280
- Timestamp:
- Oct 4, 2006, 4:33:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/queues.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/queues.c
r8427 r9280 184 184 185 185 if (!first) strcat (output, ":"); 186 strcat (output, key); 187 free (key); 186 if (key) { 187 strcat (output, key); 188 free (key); 189 } 188 190 189 191 if (q != NULL) p = q + 1;
Note:
See TracChangeset
for help on using the changeset viewer.
