Adding winview patch

This commit is contained in:
bakkeby
2019-09-15 23:33:43 +02:00
parent f8f67508d8
commit f60b0b5121
9 changed files with 73 additions and 18 deletions

View File

@ -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);
}
}