X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=bff621bbe7d15ea3f14f2c0ba64461cba1e66c62;hp=a3508bfce60ca3ac8510aa2e8b30139b9c7e5f8f;hb=a0e269b6bd9d7a70148f4ccbc733df35f071ba74;hpb=3da24a7481dcacaebf63ee62e112df679c38bebc diff --git a/surf.c b/surf.c index a3508bf..bff621b 100644 --- a/surf.c +++ b/surf.c @@ -127,7 +127,7 @@ buildpath(const char *path) { apath = g_strconcat(g_get_home_dir(), "/", path, NULL); if((p = strrchr(apath, '/'))) { *p = '\0'; - g_mkdir_with_parents(apath, 0755); + g_mkdir_with_parents(apath, 0700); *p = '/'; } /* creating file (gives error when apath ends with "/") */ @@ -867,7 +867,7 @@ main(int argc, char *argv[]) { showxid = TRUE; break; case 'v': - die("surf-"VERSION", © 2009 surf engineers, see LICENSE for details\n"); + die("surf-"VERSION", ©2009-2012 surf engineers, see LICENSE for details\n"); default: usage(); }