diff --git a/src/system.cpp b/src/system.cpp index fefb765..ce94353 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -10,7 +10,7 @@ #include #define ANNOUNCE_COMMAND "aseqdump -p System:1" -#define LIST_COMMAND "aseqdump -l | tail -n +2 | tr -s ' ' | cut -d' ' -f3-" +#define LIST_COMMAND "aseqdump -l | tail -n +2 | cut -c10- | tr -s ' '" void device_check() {