summaryrefslogtreecommitdiff
path: root/libtiff/tif_pixarlog.c
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/tif_pixarlog.c
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/tif_pixarlog.c')
-rw-r--r--libtiff/tif_pixarlog.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/libtiff/tif_pixarlog.c b/libtiff/tif_pixarlog.c
index 8007ad5d..28ed4a95 100644
--- a/libtiff/tif_pixarlog.c
+++ b/libtiff/tif_pixarlog.c
@@ -1,4 +1,4 @@
-/* $Id: tif_pixarlog.c,v 1.32 2009-10-31 23:42:27 bfriesen Exp $ */
+/* $Id: tif_pixarlog.c,v 1.33 2010-03-10 18:56:49 bfriesen Exp $ */
/*
* Copyright (c) 1996-1997 Sam Leffler
@@ -1414,3 +1414,10 @@ bad:
#endif /* PIXARLOG_SUPPORT */
/* vim: set ts=8 sts=8 sw=8 noet: */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */