summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS1
-rw-r--r--src/complain.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 50b33f48d..07355b23 100644
--- a/THANKS
+++ b/THANKS
@@ -118,6 +118,7 @@ Mike Sullivan Mike.sullivan@Oracle.COM
Nate Guerin nathan.guerin@riseup.net
Neil Booth NeilB@earthling.net
Nelson H. F. Beebe beebe@math.utah.edu
+neok m4700 neok.m4700@gmail.com
Nick Bowler nbowler@elliptictech.com
Nicolas Bedon nicolas.bedon@univ-rouen.fr
Nicolas Burrus nicolas.burrus@epita.fr
diff --git a/src/complain.c b/src/complain.c
index cd5ee19c..19c03cc3 100644
--- a/src/complain.c
+++ b/src/complain.c
@@ -255,7 +255,7 @@ complain_init_color (void)
|| color_mode == color_html
|| (color_mode == color_tty && isatty (STDERR_FILENO)))
{
- style_file_prepare ("BISON_STYLE", NULL, pkgdatadir (),
+ style_file_prepare ("BISON_STYLE", "BISON_STYLEDIR", pkgdatadir (),
"bison-default.css");
/* As a fallback, use the default in the current directory. */
struct stat statbuf;