semantics.c

changeset 130
d47b66e1722f
parent 125
e2ef1c2f9eca
child 131
4b8c80d77f76
     1.1 --- a/semantics.c	Thu Mar 13 11:50:59 2003 +0000
     1.2 +++ b/semantics.c	Fri Mar 14 07:08:52 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.19 2003/03/13 00:57:05 eric Exp $
     1.8 + * $Id: semantics.c,v 1.20 2003/03/13 23:08:52 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 @@ -716,7 +716,7 @@
    1.13  	fprintf (stderr, "processing image %d\n", image->range.first + i);
    1.14        if (! process_page (image->range.first + i,
    1.15  			  input_attributes,
    1.16 -			  page->bookmark_list))
    1.17 +			  p ? NULL : page->bookmark_list))
    1.18  	{
    1.19  	  fprintf (stderr, "error processing image %d\n", image->range.first + i);
    1.20  	  return (0);