Introduction
Introduction Statistics Contact Development Disclaimer Help
tStyle cleanup. - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit c81fbbaf43535781cbc86904c361a57823b6de50
parent 8a898ec4dfc7068656681ec94a04f8ed3ebe3b2d
Author: Christoph Lohmann <[email protected]>
Date: Tue, 13 Oct 2015 21:48:38 +0200
Style cleanup.
Diffstat:
M surf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -273,7 +273,6 @@ buildfile(const char *path) {
fpath = g_build_filename(bpath, bname, NULL);
g_free(bname);
-
if(!(f = fopen(fpath, "a")))
die("Could not open file: %s\n", fpath);
t@@ -310,7 +309,7 @@ buildpath(const char *path) {
}
/* creating directory */
- if (g_mkdir_with_parents(apath, 0700) < 0)
+ if(g_mkdir_with_parents(apath, 0700) < 0)
die("Could not access directory: %s\n", apath);
fpath = realpath(apath, NULL);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.