pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
499a497
)
removing debug output
author
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 20:02:06 +0000
(22:02 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 20:02:06 +0000
(22:02 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
1b9fbe7
..
8c83eff
100644
(file)
--- 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;
}