From 5ebec852825072e50fb21363f23cf2fcd106425d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 8 Mar 2017 22:22:54 +0000 Subject: actually check the generated database files against reference test data --- content/urldb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content') diff --git a/content/urldb.c b/content/urldb.c index 77351ae82..b190da5eb 100644 --- a/content/urldb.c +++ b/content/urldb.c @@ -4301,7 +4301,6 @@ void urldb_save_cookies(const char *filename) if (!fp) return; - fprintf(fp, "# >%s\n", filename); fprintf(fp, "# NetSurf cookies file.\n" "#\n" "# Lines starting with a '#' are comments, " -- cgit v1.2.3