Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Nov 8, 2013
1 parent b906b80 commit f969216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwmst.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ char *get_net (char *buf, int skfd, wireless_info *winfo) {
else if (is_up (WIRED_DEVICE))
snprintf (buf, 10, LAN_STR);
else
snprintf (buf, 1, NO_CON_STR);
snprintf (buf, 15, NO_CON_STR);
return buf;
}

Expand Down

0 comments on commit f969216

Please sign in to comment.