summaryrefslogtreecommitdiff
path: root/palettes.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-10 17:14:51 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:44 +0200
commit568a58f7260766eba3257e0341db00170e0ad08e (patch)
treef496d487bc148f5c1ebee382c36d9af7431299d7 /palettes.c
parent890ff66d5e57faa74fb8911711ecda0e29f0cb42 (diff)
downloadpucket-568a58f7260766eba3257e0341db00170e0ad08e.tar.gz
pucket-568a58f7260766eba3257e0341db00170e0ad08e.tar.bz2
pucket-568a58f7260766eba3257e0341db00170e0ad08e.zip
Move to waf
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);