mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-24 21:20:12 +00:00
Clean printf
This commit is contained in:
parent
6939240b7c
commit
3069f56777
@ -298,7 +298,7 @@ char** get_wifi_interface_list(int *length){
|
||||
i=0;
|
||||
while (pch != NULL)
|
||||
{
|
||||
printf("%s", pch);
|
||||
|
||||
arr[i]=strdup(pch);
|
||||
pch = strtok (NULL, "\n");
|
||||
i++;
|
||||
|
Loading…
Reference in New Issue
Block a user