diff options
Diffstat (limited to 'etisnoop.cpp')
-rw-r--r-- | etisnoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp index 8e4fe85..8f95455 100644 --- a/etisnoop.cpp +++ b/etisnoop.cpp @@ -2100,7 +2100,7 @@ void decodeFIG(FIGalyser &figs, for(j = 0; (j < Number_clusters) && (i < figlen); j++) { // iterate over Cluster Id - sprintf(desc, "Cluster Id=0x%X", f[j]); + sprintf(desc, "Cluster Id=0x%X", f[i]); printbuf(desc, indent+2, NULL, 0); i++; } |