Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 5707 | Differences between
and this patch

Collapse All | Expand All

(-)tclx8.3/tcl/generic/tclXdup.c.varinit (-1 / +1 lines)
Lines 202-208 Link Here
202
{
202
{
203
    Tcl_Channel newChannel;
203
    Tcl_Channel newChannel;
204
    int bindFnum, fnum;
204
    int bindFnum, fnum;
205
    char *srcChannelId, *targetChannelId;
205
    char *srcChannelId = NULL, *targetChannelId;
206
206
207
    if ((objc < 2) || (objc > 3)) {
207
    if ((objc < 2) || (objc > 3)) {
208
        return TclX_WrongArgs (interp, objv [0],
208
        return TclX_WrongArgs (interp, objv [0],

Return to bug 5707