projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c17158f
)
dissect-sysfile: Eliminate harmless GCC warning.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 22 May 2010 18:28:51 +0000
(11:28 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 22 May 2010 18:28:51 +0000
(11:28 -0700)
tests/dissect-sysfile.c
patch
|
blob
|
history
diff --git
a/tests/dissect-sysfile.c
b/tests/dissect-sysfile.c
index 6aff26502e9c8aaff4ba1158e771ba531f1ef4a3..8aadc319445ed7f6e02b4ba169f7ceddc30e8bd2 100644
(file)
--- a/
tests/dissect-sysfile.c
+++ b/
tests/dissect-sysfile.c
@@
-1080,6
+1080,7
@@
read_compressed_data (struct sfm_reader *r)
printf ("\n%08llx: compressed data:\n", (long long int) ftello (r->file));
opcode_idx = N_OPCODES;
+ opcode_ofs = 0;
case_num = 0;
for (case_num = 0; ; case_num++)
{