Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
347a45c
)
Fix signess of tdefcolor
author
Eon S. Jeon <
[email protected]
>
Mon, 5 Aug 2013 20:37:59 +0000
(16:37 -0400)
committer
Roberto E. Vargas Caballero <
[email protected]
>
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