Adding winview patch
This commit is contained in:
@ -43,7 +43,7 @@ char *get_dwm_path()
|
||||
perror("readlink:");
|
||||
return NULL;
|
||||
}
|
||||
} while(r >= length);
|
||||
} while (r >= length);
|
||||
|
||||
path[r] = '\0';
|
||||
|
||||
@ -65,4 +65,4 @@ void self_restart(const Arg *arg)
|
||||
}
|
||||
|
||||
execv(argv[0], argv);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user