summaryrefslogtreecommitdiff
path: root/libtiff/t4.h
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2010-03-10 18:56:48 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2010-03-10 18:56:48 +0000
commit4e0d97f83c5feae523e45a026f2669e3752aeddc (patch)
treec5ab32f7bee9ed6dd1509983ec624d3165159d60 /libtiff/t4.h
parent70aaa84ae7a747df25783a932af8950fdadb9c2a (diff)
downloadlibtiff-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/t4.h')
-rw-r--r--libtiff/t4.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/libtiff/t4.h b/libtiff/t4.h
index e6ff955c..b908f54f 100644
--- a/libtiff/t4.h
+++ b/libtiff/t4.h
@@ -1,4 +1,4 @@
-/* $Id: t4.h,v 1.2 2007-06-26 10:30:12 joris Exp $ */
+/* $Id: t4.h,v 1.3 2010-03-10 18:56:48 bfriesen Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -283,3 +283,10 @@ extern const tableentry TIFFFaxWhiteCodes[];
extern const tableentry TIFFFaxBlackCodes[];
#endif
#endif /* _T4_ */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */