~ubuntu-branches/ubuntu/natty/perl-tk/natty

« back to all changes in this revision

Viewing changes to pTk/mTk/generic/tkImgPhoto.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2004-03-14 13:54:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314135444-prc09u2or4dbr3to
Tags: 1:800.025-2
Add xlibs-dev to Build-Depends:,
Closes: #237942

Show diffs side-by-side

added added

removed removed

Lines of Context:
3389
3389
        } else {
3390
3390
            Tcl_AppendResult(interp,
3391
3391
                    "couldn't recognize data in image file \"",
3392
 
                    fileName, "\"", (char *) NULL);
 
3392
                    Tcl_GetStringFromObj(fileName, NULL), "\"", (char *) NULL);
3393
3393
        }
3394
3394
        return TCL_ERROR;
3395
3395
    }