summaryrefslogtreecommitdiff
path: root/srec/clib/srec_arb.c
diff options
context:
space:
mode:
Diffstat (limited to 'srec/clib/srec_arb.c')
-rw-r--r--srec/clib/srec_arb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/srec/clib/srec_arb.c b/srec/clib/srec_arb.c
index 5badcd9..3cf428c 100644
--- a/srec/clib/srec_arb.c
+++ b/srec/clib/srec_arb.c
@@ -300,7 +300,7 @@ int read_arbdata_from_stream(srec_arbdata** pallotree, char* filename, int buffe
buffer = (char*)CALLOC_CLR(fpos, sizeof(char), "srec.arbdata");
pfseek(fp, 0, SEEK_SET);
- buffer_size = fpos;
+ /* buffer_size = fpos; */
pbuf = buffer;
allotree = (srec_arbdata*)buffer;