~ubuntu-branches/ubuntu/dapper/perl-tk/dapper

« back to all changes in this revision

Viewing changes to pTk/mTk/tixGeneric/tixGrRC.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2006-01-16 16:54:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060116165402-1ppygm8hh8ahel2x
Tags: 1:804.027-2
* Incorporate changes from NMU (Thanks to Steve Kowalik.
  Closes: #348086)
* debian/control: Update Standards-Version (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
 
1
 
 
2
/*      $Id: tixGrRC.c,v 1.1.1.1 2000/05/17 11:08:42 idiscovery Exp $   */
 
3
 
 
4
/*
2
5
 * tixGrRC.c --
3
6
 *
4
7
 *      This module handles "size" sub-commands.
57
60
    } else {
58
61
        which = 1;
59
62
    }
60
 
    if (Tcl_GetInt(interp, argv[0], &index) != TCL_OK) {
 
63
    if (Tcl_GetIntFromObj(interp, argv[0], &index) != TCL_OK) {
61
64
        size_t len = strlen(argv[0]);
62
65
 
63
66
        Tcl_ResetResult(interp);