From 4cf4198eef13dd4d2afba2b1a6689454548375e0 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 28 Nov 2012 19:12:00 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/thresh/padiwa.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 5da860f..4206eba 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -72,7 +72,7 @@ function update(data) { o += ""; for(k=1;k<=16;k++) { val = c[j][(i-1)*16+k] & 0xffff; - if(c[j][(i-1)*16+k]&0x7ff80000 != 0 || val == 0xffff) val = "---"; + if(c[j][(i-1)*16+k]&0x7ff80000 != 0) val = "---"; o += ""+(val.toString(16))+"
"; } } -- 2.43.0