semantics.c

changeset 130
d47b66e1722f
parent 125
e2ef1c2f9eca
child 131
4b8c80d77f76
     1.1 diff -r ab2409bdaa8c -r d47b66e1722f semantics.c
     1.2 --- a/semantics.c	Thu Mar 13 11:50:59 2003 +0000
     1.3 +++ b/semantics.c	Fri Mar 14 07:08:52 2003 +0000
     1.4 @@ -2,7 +2,7 @@
     1.5   * tumble: build a PDF file from image files
     1.6   *
     1.7   * Semantic routines for spec file parser
     1.8 - * $Id: semantics.c,v 1.19 2003/03/13 00:57:05 eric Exp $
     1.9 + * $Id: semantics.c,v 1.20 2003/03/13 23:08:52 eric Exp $
    1.10   * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.11   *
    1.12   * This program is free software; you can redistribute it and/or modify
    1.13 @@ -716,7 +716,7 @@
    1.14  	fprintf (stderr, "processing image %d\n", image->range.first + i);
    1.15        if (! process_page (image->range.first + i,
    1.16  			  input_attributes,
    1.17 -			  page->bookmark_list))
    1.18 +			  p ? NULL : page->bookmark_list))
    1.19  	{
    1.20  	  fprintf (stderr, "error processing image %d\n", image->range.first + i);
    1.21  	  return (0);