fix endianess issue introduced in previous commit

git-svn: trunk@4096
0.95
Tomasz Kojm 17 years ago
parent acc0e06a5c
commit 09fff2972d
  1. 2
      libclamav/disasm.c

@ -1698,7 +1698,7 @@ void disasmbuf(uint8_t *buff, unsigned int len, int fd) {
len -= next-buff;
buff=next;
w.real_op = s.real_op;
w.real_op = le16_to_host(s.real_op);
w.opsize = s.opsize;
w.adsize = s.adsize;
w.segment = s.segment;

Loading…
Cancel
Save