Browse Source

Update dwmblocks.c

master
keikari 5 years ago
committed by GitHub
parent
commit
d581dae180
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwmblocks.c

+ 1
- 1
dwmblocks.c View File

@ -178,7 +178,7 @@ int main(int argc, char** argv)
else if(!strcmp("-p",argv[i]))
writestatus = pstdout;
}
delim = MIN(delimLen, strlen(delim));
delimLen = MIN(delimLen, strlen(delim));
delim[delimLen++] = '\0';
signal(SIGTERM, termhandler);
signal(SIGINT, termhandler);


Loading…
Cancel
Save