瀏覽代碼

core: re-initialize branch 0 flags for each new message

Fixes branch 0 flags being "remembered" from previous script
invocations.

Reported-by: Juha Heinanen  jh at tutpro com
(cherry picked from commit c6dd54e8500b131a9dd53593afe009976ff3927f)
Andrei Pelinescu-Onciul 16 年之前
父節點
當前提交
a903310918
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dset.c

+ 1 - 0
dset.c

@@ -231,6 +231,7 @@ void clear_branches(void)
 {
 	nr_branches = 0;
 	ruri_q = Q_UNSPECIFIED;
+	ruri_bflags = 0;
 }