fixed wifi_perc() typo

This commit is contained in:
Aaron Marcher 2016-09-12 11:28:54 +02:00 committed by Aaron Marcher (drkhsh)
parent f901f4cece
commit d5fb46e61d
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ wifi_perc(const char *wificard)
char status[5];
FILE *fp;
ccat(3, "/sys/class/net", wificard, "/operstate");
ccat(3, "/sys/class/net/", wificard, "/operstate");
fp = fopen(concat, "r");