fix marker listing output
[ust.git] / libustcmd / ustcmd.c
index bbb6928c3bff3fda77e02b380d93305d75b9e9cb..49b76f541af9f5c8bd883093d117f4c7e8b4d09d 100644 (file)
@@ -255,7 +255,7 @@ int ustcmd_get_cmsf(struct marker_status **cmsf, const pid_t pid)
        while (big_str[i] != '\0') {
                char state;
 
-               sscanf(big_str + i, "%a[^/]/%a[^ ] %c %a[^\n]",
+               sscanf(big_str + i, "marker: %a[^/]/%a[^ ] %c %a[^\n]",
                        &tmp_cmsf[cmsf_ind].channel,
                        &tmp_cmsf[cmsf_ind].marker,
                        &state,
This page took 0.023124 seconds and 4 git commands to generate.