# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1037536494 0 # Node ID 0322836c529927e9b73965619c191f0082faaf8b # Parent df59a3fc6de678d630a67648e8836cc97844c802 Return -1 on error from dw_module_load(). diff -r df59a3fc6de6 -r 0322836c5299 gtk/dw.c --- a/gtk/dw.c Sun Nov 17 12:29:43 2002 +0000 +++ b/gtk/dw.c Sun Nov 17 12:34:54 2002 +0000 @@ -5014,7 +5014,7 @@ free(newname); - return (NULL == *handle); + return (NULL == *handle) ? -1 : 0; } /* Queries the address of a symbol within open handle.