summaryrefslogtreecommitdiff
path: root/palettes.c
diff options
context:
space:
mode:
Diffstat (limited to 'palettes.c')
-rw-r--r--palettes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/palettes.c b/palettes.c
index 3b0c26f..213ba13 100644
--- a/palettes.c
+++ b/palettes.c
@@ -151,7 +151,7 @@ int flam3_get_palette(int n, flam3_palette c, double hue_rotation) {
if (NULL == the_palettes) {
char *d = getenv("flam3_palettes");
- rcode = init_palettes(d ? d : (PACKAGE_DATA_DIR "/flam3-palettes.xml"));
+ rcode = init_palettes(d ? d : ("flam3-palettes.xml"));
if (rcode<0) {
fprintf(stderr,"error reading xml palette file, setting to all white\n");
return(-1);