diff options
author | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2010-03-10 18:56:48 +0000 |
---|---|---|
committer | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2010-03-10 18:56:48 +0000 |
commit | 4e0d97f83c5feae523e45a026f2669e3752aeddc (patch) | |
tree | c5ab32f7bee9ed6dd1509983ec624d3165159d60 /libtiff/tif_fax3.h | |
parent | 70aaa84ae7a747df25783a932af8950fdadb9c2a (diff) | |
download | libtiff-git-4e0d97f83c5feae523e45a026f2669e3752aeddc.tar.gz |
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
that it is clearly a memory allocation error message, and also
includes the size of the allocation request.
Diffstat (limited to 'libtiff/tif_fax3.h')
-rw-r--r-- | libtiff/tif_fax3.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libtiff/tif_fax3.h b/libtiff/tif_fax3.h index db64b943..581c122e 100644 --- a/libtiff/tif_fax3.h +++ b/libtiff/tif_fax3.h @@ -1,4 +1,4 @@ -/* $Id: tif_fax3.h,v 1.6 2007-06-26 10:30:13 joris Exp $ */ +/* $Id: tif_fax3.h,v 1.7 2010-03-10 18:56:48 bfriesen Exp $ */ /* * Copyright (c) 1990-1997 Sam Leffler @@ -523,3 +523,10 @@ eol2d: \ CLEANUP_RUNS(); \ } while (0) #endif /* _FAX3_ */ +/* + * Local Variables: + * mode: c + * c-basic-offset: 8 + * fill-column: 78 + * End: + */ |