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

Collapse All | Expand All

(-)a/tkGlue.c (-1 / +1 lines)
Lines 2370-2376 XS(XS_Tk__MainWindow_Create) Link Here
2370
 STRLEN na;
2370
 STRLEN na;
2371
 Tcl_Interp *interp = Tcl_CreateInterp();
2371
 Tcl_Interp *interp = Tcl_CreateInterp();
2372
 SV **args = &ST(0);
2372
 SV **args = &ST(0);
2373
 char *appName = SvPV(ST(1),na);
2373
 char *appName = items >= 1 ? SvPV(ST(1),na) : "";
2374
 int offset = args - sp;
2374
 int offset = args - sp;
2375
 int code;
2375
 int code;
2376
 if (!initialized)
2376
 if (!initialized)

Return to bug 523982