applied patch from pancake
This commit is contained in:
parent
504fc78c31
commit
9708b64eed
1 changed files with 0 additions and 2 deletions
2
surf.c
2
surf.c
|
@ -659,8 +659,6 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
/* make dirs */
|
||||
home = g_get_home_dir();
|
||||
filename = g_build_filename(home, ".surf", NULL);
|
||||
g_mkdir_with_parents(filename, 0711);
|
||||
filename = g_build_filename(home, ".surf", "dl", NULL);
|
||||
g_mkdir_with_parents(filename, 0755);
|
||||
|
||||
|
|
Loading…
Reference in a new issue