pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4579693
)
Correcting the bitmask value check.
author
Christoph Lohmann
<20h@r-36.net>
Tue, 20 Aug 2013 16:18:48 +0000
(18:18 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Tue, 20 Aug 2013 16:18:48 +0000
(18:18 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
1b01353
..
9733a9b
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-3714,7
+3714,7
@@
main(int argc, char *argv[]) {
xw.fh = (int)hr;
if(bitm & XNegative && xw.fx == 0)
xw.fx = -1;
- if(bitm &
X
Negative && xw.fy == 0)
+ if(bitm &
Y
Negative && xw.fy == 0)
xw.fy = -1;
if(xw.fh != 0 && xw.fw != 0)