This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Correcting the bitmask value check.
master
Christoph Lohmann
11 years ago
parent
4579693818
commit
8d21ced085
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -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
)
Write
Preview
Loading…
Cancel
Save