pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504fc78
)
applied patch from pancake
author
Enno Boland (tox)
<tox@s01.de>
Wed, 9 Sep 2009 09:01:50 +0000
(11:01 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Wed, 9 Sep 2009 09:01:50 +0000
(11:01 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
fe7f9ad
..
deb916f
100644
(file)
--- a/
surf.c
+++ b/
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);