~ubuntu-branches/ubuntu/wily/tk8.6/wily

« back to all changes in this revision

Viewing changes to generic/tkOption.c

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2013-10-05 11:59:47 UTC
  • mfrom: (8.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20131005115947-fuy2i0zetr6iuyn3
Added the libtk8.6-dbg package with libtk8.6 debug symbols in it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
631
631
        return TCL_ERROR;
632
632
    }
633
633
 
634
 
    result = Tcl_GetIndexFromObj(interp, objv[1], optionCmds, "option", 0,
635
 
            &index);
 
634
    result = Tcl_GetIndexFromObjStruct(interp, objv[1], optionCmds,
 
635
            sizeof(char *), "option", 0, &index);
636
636
    if (result != TCL_OK) {
637
637
        return result;
638
638
    }