Commit: 6f041df23ecf263ad80e1f3f952cbd67183ec3e6
Parent: 9a36f191aa783ad206460569390d1b7f388d9a66
Author: Bastien Nocera <hadess@hadess.net>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-05-10 18:28:34
Tree: b76542a6570653a3ce5276a43f1d2d466f538e38

client/player: Fix copy/paste error Error: COPY_PASTE_ERROR (CWE-398): [#def95] [important] client/player.c:1846:6: original: "qos->sync_cte_type" looks like the original copy. client/player.c:1852:6: copy_paste_error: "sync_cte_type" in "qos->sync_cte_type" looks like a copy-paste error. client/player.c:1852:6: remediation: Should it say "mse" instead? 1850| } 1851| 1852|-> if (qos->sync_cte_type) { 1853| bt_shell_printf("MSE %u\n", qos->mse); 1854| g_dbus_dict_append_entry(iter, "MSE", DBUS_TYPE_BYTE,

Diffstat

M client/player.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch