diff options
author | Havoc Pennington <hp@pobox.com> | 2000-11-05 18:09:16 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-05 18:09:16 +0000 |
commit | 194ae568820ef0717363c0e4e1f3371abd27f6ad (patch) | |
tree | c043270a9ad26c5926ef2da663ebd279ea409f91 /ChangeLog.pre-2-4 | |
parent | 7e85ae4f28d15c6a6d138e32fa92f895b43606f2 (diff) |
inline docs (unescape_text): properly check strtoul for failure.
2000-11-05 Havoc Pennington <hp@pobox.com>
* gmarkup.c: inline docs
(unescape_text): properly check strtoul for failure.
* gerror.c (g_propagate_error): Free the src error if the dest
location is NULL - I'm pretty sure that's what this function was
supposed to do.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c184cf286..4199a7d2c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,8 @@ 2000-11-05 Havoc Pennington <hp@pobox.com> + * gmarkup.c: inline docs + (unescape_text): properly check strtoul for failure. + * gerror.c (g_propagate_error): Free the src error if the dest location is NULL - I'm pretty sure that's what this function was supposed to do. |