Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2385:6b957313bd8e
[xemacs-hg @ 2004-11-13 06:32:24 by ben]
fix for Marcus's crash
text.c: Two different occurrences of a string stringized from the exact
same parameter may not necessarily be the same string, so check
with strcmp.
author | ben |
---|---|
date | Sat, 13 Nov 2004 06:32:25 +0000 |
parents | 9c7decce1d05 |
children | cfff883d4990 |
comparison
equal
deleted
inserted
replaced
2384:7139b7bbcaec | 2385:6b957313bd8e |
---|---|
1 2004-11-12 Ben Wing <ben@xemacs.org> | |
2 | |
3 * text.c (find_pos_of_existing_active_alloca_convert): | |
4 Two different occurrences of a string stringized from the exact | |
5 same parameter may not necessarily be the same string, so check | |
6 with strcmp. | |
7 | |
1 2004-11-12 Jerry James <james@xemacs.org> | 8 2004-11-12 Jerry James <james@xemacs.org> |
2 | 9 |
3 * lstream.c (Lstream_really_write): Don't call the flusher if the | 10 * lstream.c (Lstream_really_write): Don't call the flusher if the |
4 writer returned an error. | 11 writer returned an error. |
5 | 12 |