mirror of
https://github.com/gryf/wmamixer.git
synced 2025-12-17 19:40:24 +01:00
Removed debug print
This commit is contained in:
@@ -309,7 +309,6 @@ void Selem_set_name(struct Selem *selem, const char *name, short int *count) {
|
|||||||
snprintf(new_name, 5, "%s", name);
|
snprintf(new_name, 5, "%s", name);
|
||||||
else {
|
else {
|
||||||
snprintf(buf, 4, "%s", name);
|
snprintf(buf, 4, "%s", name);
|
||||||
printf("%s: %s\n", name, buf);
|
|
||||||
snprintf(new_name, 5, "%s%d", buf, *count);
|
snprintf(new_name, 5, "%s%d", buf, *count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user