aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-10-05 18:00:56 +0200
committerThomas White <taw@physics.org>2015-10-05 18:03:18 +0200
commit2e1ce9b32fc5e483aad97d5d1a16466f07bb2914 (patch)
tree80d840269390914221b4104dd094cf5b73deff17 /src/dw-hdfsee.c
parent6358f3a21a5023332be86adf933eb375dd67fea0 (diff)
hdfsee: Disable TIFF/ADSC output functions
Need a better solution here: fix them or delete them
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r--src/dw-hdfsee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index 3911b7f4..77b58a7c 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -205,7 +205,7 @@ static int render_adsc_uint16(DisplayWindow *dw, const char *filename)
fs = dfs;
ss = dss;
- val = image->data[fs + image->width * ss];
+ val = 0.0;//image->data[fs + image->width * ss]; FIXME!
if ( val < 0 ) {
out = 0;
} else if ( val > 65535 ) {