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

Commit

Permalink
forgot two skypestrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Dec 28, 2012
1 parent b6d27e9 commit 6bee5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dwmst.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ int main() {
// SKYPE
infile = fopen(SKYPE_FILE,"r");
if (infile) {
sprintf(skypestring,SKYPE_STR);
sprintf(statnext,SKYPE_STR);
fclose(infile);
}
else
sprintf(skypestring,NO_SKYPE_STR);
sprintf(statnext,NO_SKYPE_STR);
strcat(status,statnext);
// WIFI
if (++wifiloops > 60) {
Expand Down

0 comments on commit 6bee5b6

Please sign in to comment.