summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/H5D.c b/src/H5D.c
index e1f318b..8951db8 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -1738,19 +1738,18 @@ printf("%s: check 2.0, src_type_size=%d, dst_type_size=%d, target_size=%d, min_e
#ifdef QAK
printf("%s: check 6.0\n",FUNC);
- printf("%s: check 6.5\n",FUNC);
{
int i;
- uint16_t *b;
+ int *b;
- if(qak_debug) {
+ /* if(qak_debug) { */
b=tconv_buf;
printf("\ntconv_buf:");
for (i=0; i<smine_nelmts; i++,b++) {
- printf("(%d)%u ",i,(unsigned)*b);
+ printf("(%d)%d ",i,(int)*b);
}
printf("\n");
- }
+ /* } */
}
#endif