location in the bindata structure.
+2005-10-10 Thomas Weidenmueller <w3seek@reactos.com>
+
+ * resbin.c (res_to_bin_accelerator): Place the terminating NUL at
+ the correct location in the bindata structure.
+
2005-10-10 Bryce Schober <bryce.schober@dynonavionics.com>
* doc/binutils.texi (objdump): Fix typo: -reg-name-std should be
d->data);
put_16 (big_endian, a->key, d->data + 2);
put_16 (big_endian, a->id, d->data + 4);
- put_16 (big_endian, 0, d->data + 8);
+ put_16 (big_endian, 0, d->data + 6);
d->next = NULL;
*pp = d;