Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV V <vvaltman@aurum>2016-01-05 00:25:25 +0300
committerV V <vvaltman@aurum>2016-01-05 00:25:25 +0300
commit2cdd7d2c59310160b5c1050c660fd345192719ef (patch)
treed53623037971ae84c78d793f2b90c43192959409 /structures.c
parent1235323f399759d51f460f8c9cc2933fe1bac881 (diff)
parent4abeb9c0bb3fd0cb12eadda9b9b77f8dd1c13f50 (diff)
Merge branch 'test' of github.com:vysheng/tgl
Diffstat (limited to 'structures.c')
-rw-r--r--structures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/structures.c b/structures.c
index 7876607..eebc67c 100644
--- a/structures.c
+++ b/structures.c
@@ -693,7 +693,7 @@ struct tgl_channel *tglf_fetch_alloc_channel (struct tgl_state *TLS, struct tl_d
if (DS_LVAL (DS_C->flags) & 4) {
flags |= TGLCHF_LEFT;
} else {
- flags |= TGLCHF_LEFT;
+ flags &= ~TGLCHF_LEFT;
}
if (DS_LVAL (DS_C->flags) & 8) {