Changeset 42389 for trunk/Ohana/src/opihi/pantasks/controller_status.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/pantasks/controller_status.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/pantasks/controller_status.c
r37807 r42389 26 26 } 27 27 28 snprintf (command, 1024, "status");28 snprintf_nowarn (command, 1024, "status"); 29 29 for (i = 1; i < argc; i++) { 30 snprintf (tmpline, 1024, "%s %s", command, argv[i]);30 snprintf_nowarn (tmpline, 1024, "%s %s", command, argv[i]); 31 31 strcpy (command, tmpline); 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
