Introduction
Introduction Statistics Contact Development Disclaimer Help
Script text shouldn't go through formatted conversion - surf - surf browser, a …
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit d2e4989c3c5a50bffe56030b6af85f747b39a4f9
parent 7817d0ec83b16dad6ad4f68039a58c371dbca38e
Author: nzl <[email protected]>
Date: Thu, 22 Feb 2018 03:26:06 +0800
Script text shouldn't go through formatted conversion
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
@@ -921,7 +921,7 @@ runscript(Client *c)
gsize l;
if (g_file_get_contents(scriptfile, &script, &l, NULL) && l)
- evalscript(c, script);
+ evalscript(c, "%s", script);
g_free(script);
}
You are viewing proxied material from suckless.org. 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.