fixes and textual

This commit is contained in:
iceman1001 2024-08-29 12:27:11 +02:00
commit b5ecdde19e
6 changed files with 117 additions and 26 deletions

View file

@ -185,7 +185,7 @@ int discoverDevices(unsigned int profile_selected, uint32_t device_types_selecte
return -7;
}
strncpy(tmp_buf, "N/A\0", tmp_len);
strncpy(tmp_buf, "n/a\0", tmp_len);
}
if (verbose) {
@ -454,7 +454,7 @@ int discoverDevices(unsigned int profile_selected, uint32_t device_types_selecte
return -7;
}
strncpy(tmp_buf, "N/A\0", tmp_len);
strncpy(tmp_buf, "n/a\0", tmp_len);
}
if (verbose) {