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

« back to all changes in this revision

Viewing changes to generic/tkFocus.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:
162
162
     * We have a subcommand to parse and act upon.
163
163
     */
164
164
 
165
 
    if (Tcl_GetIndexFromObj(interp, objv[1], focusOptions, "option", 0,
166
 
            &index) != TCL_OK) {
 
165
    if (Tcl_GetIndexFromObjStruct(interp, objv[1], focusOptions,
 
166
            sizeof(char *), "option", 0, &index) != TCL_OK) {
167
167
        return TCL_ERROR;
168
168
    }
169
169
    if (objc != 3) {