changeset: 105:0510b2fa041a
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Wed Sep 16 10:12:27 2009 +0200
files: surf.c
description:
auto creation of script.js
diff -r 8b96628da4e9 -r 0510b2fa041a surf.c
--- a/surf.c Wed Sep 16 10:06:21 2009 +0200
+++ b/surf.c Wed Sep 16 10:12:27 2009 +0200
@@ -599,6 +599,9 @@
name = g_build_filename(workdir, "style.css", NULL);
if((tmp = g_fopen(name, "a")));
fclose(tmp);
+ name = g_build_filename(workdir, "script.js", NULL);
+ if((tmp = g_fopen(name, "a")));
+ fclose(tmp);
/* cookie persistance */
Received on Wed Sep 16 2009 - 08:10:46 UTC
This archive was generated by hypermail 2.2.0 : Wed Sep 16 2009 - 08:12:18 UTC