Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LuSlower authored Jul 8, 2024
1 parent eb612a8 commit bf03d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwm-bs/dwm-bs.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DWORD GetPID(const char* processName) {

const char* GetExcludeList()
{
static char pBuffer[64]; // Usamos static para que la variable persista fuera del alcance de la función
static char pBuffer[1024]; // Usamos static para que la variable persista fuera del alcance de la función
DWORD pSize = sizeof(pBuffer);

// Leer la lista de procesos excluidos
Expand Down

0 comments on commit bf03d9e

Please sign in to comment.