Skip to content

Commit

Permalink
Fix braces bug in 687b9e.
Browse files Browse the repository at this point in the history
  • Loading branch information
thommey committed Apr 19, 2017
1 parent 687b9ed commit 5f80ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mod/channels.mod/channels.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ static char *traced_globchanset(ClientData cdata, Tcl_Interp *irp,
Tcl_TraceVar(interp, "default-chanset",
TCL_TRACE_READS | TCL_TRACE_WRITES | TCL_TRACE_UNSETS,
traced_globchanset, NULL);
}
} else { /* Write */
s2 = Tcl_GetVar2(interp, name1, name2, TCL_GLOBAL_ONLY);
Tcl_SplitList(interp, s2, &items, &item);
Expand Down

0 comments on commit 5f80ddf

Please sign in to comment.