Mercurial > hg > xemacs-beta
changeset 3514:8b1d806afbb3
[xemacs-hg @ 2006-07-18 15:01:27 by crestani]
2006-07-18 Marcus Crestani <crestani@xemacs.org>
* alloc.c: Fix typo in string_direct_data_description.
author | crestani |
---|---|
date | Tue, 18 Jul 2006 15:01:30 +0000 |
parents | a1385d1f5d36 |
children | 3cd9485272bd |
files | src/ChangeLog src/alloc.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jul 17 21:50:48 2006 +0000 +++ b/src/ChangeLog Tue Jul 18 15:01:30 2006 +0000 @@ -1,3 +1,7 @@ +2006-07-18 Marcus Crestani <crestani@xemacs.org> + + * alloc.c: Fix typo in string_direct_data_description. + 2006-07-07 Jerry James <james@xemacs.org> * sound.c (init_native_sound): Make the target of a strcpy be
--- a/src/alloc.c Mon Jul 17 21:50:48 2006 +0000 +++ b/src/alloc.c Tue Jul 18 15:01:30 2006 +0000 @@ -2378,7 +2378,7 @@ static const struct memory_description string_direct_data_description[] = { - { XD_BYTECOUNT, offsetof (Lisp_String_Indirect_Data, size) }, + { XD_BYTECOUNT, offsetof (Lisp_String_Direct_Data, size) }, { XD_END } };