JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix signess of tdefcolor
authorEon S. Jeon <esjeon@lavabit.com>
Mon, 5 Aug 2013 20:37:59 +0000 (16:37 -0400)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 6 Aug 2013 06:32:11 +0000 (08:32 +0200)
commit347a45c35299c94e97c976b6e1df383dc2b8fbda
tree073bfbefd6e2d9a7cb89ff5d3b68be0325769699
parent22eeda56b7c1532773343811dee1f76c0999d01c
Fix signess of tdefcolor

tdefcolor() returns -1 on error, while its return type is
unsigned long. At the same time, line 1724 and 1731 are checking the
positivity of its unsigned return value.
st.c