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


No differences found