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.
This commit is contained in:
Havoc Pennington
2000-11-05 18:09:16 +00:00
committed by Havoc Pennington
parent 7e85ae4f28
commit 194ae56882
10 changed files with 190 additions and 10 deletions

View File

@@ -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.