X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=8c83eff7acee8d6da00e29743b35b98997223edd;hb=95a6bfcc036d8a8f90b5231a710940d89dc58631;hp=1b9fbe7bbebefcdd955c61791b1d68211aed17bf;hpb=499a497b4e4a2c3c95a5b41659735fbcb62841e6;p=surf.git diff --git a/surf.c b/surf.c index 1b9fbe7..8c83eff 100644 --- a/surf.c +++ b/surf.c @@ -136,7 +136,6 @@ buildpath(const gchar *path) { /* creating file (gives error when apath ends with "/") */ if((f = g_fopen(apath, "a"))) fclose(f); - puts(apath); return apath; }