semantics.c

changeset 139
ec2a06d8a2a6
parent 134
313aba417199
child 160
1f793b71ffff
     1.1 --- a/semantics.c	Sun Mar 16 15:40:00 2003 +0000
     1.2 +++ b/semantics.c	Wed Mar 19 15:39:55 2003 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   * tumble: build a PDF file from image files
     1.5   *
     1.6   * Semantic routines for spec file parser
     1.7 - * $Id: semantics.c,v 1.22 2003/03/16 05:58:25 eric Exp $
     1.8 + * $Id: semantics.c,v 1.23 2003/03/19 07:39:55 eric Exp $
     1.9   * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.10   *
    1.11   * This program is free software; you can redistribute it and/or modify
    1.12 @@ -667,10 +667,10 @@
    1.13  	  i = 0;
    1.14  	  input_fn = get_input_filename (image->input_context);
    1.15  	  if (verbose)
    1.16 -	    fprintf (stderr, "opening TIFF file '%s'\n", input_fn);
    1.17 -	  if (! open_tiff_input_file (input_fn))
    1.18 +	    fprintf (stderr, "opening input file '%s'\n", input_fn);
    1.19 +	  if (! open_input_file (input_fn))
    1.20  	    {
    1.21 -	      fprintf (stderr, "error opening TIFF file '%s'\n", input_fn);
    1.22 +	      fprintf (stderr, "error opening input file '%s'\n", input_fn);
    1.23  	      return (0);
    1.24  	    }
    1.25  	}