|
|
@@ -27,7 +27,7 @@ func (r *wareInfo) getField(tag byte) string {
|
|
|
if v == tag {
|
|
|
for j, d := range r.buf[i:] {
|
|
|
if d == 0x01 || d == 0x11 {
|
|
|
- fmt.Printf("i:%v j:%v \n", i, j)
|
|
|
+ fmt.Printf("d:%v i:%v j:%v \n", d, i, j)
|
|
|
buf := r.buf[i+2 : i+j]
|
|
|
return string(buf)
|
|
|
}
|