summaryrefslogtreecommitdiff
path: root/libtiff/tif_print.c
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2010-03-10 18:56:48 +0000
committerbfriesen <bfriesen>2010-03-10 18:56:48 +0000
commit2867e63f114465fbd1286ab4a6d7f51fb89f1b93 (patch)
treeb5d5141124321069504447bca868227bb140f88a /libtiff/tif_print.c
parent71828866b049ed86cec7a134f74e9b0d0047e9c2 (diff)
downloadlibtiff-2867e63f114465fbd1286ab4a6d7f51fb89f1b93.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_print.c')
-rw-r--r--libtiff/tif_print.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/libtiff/tif_print.c b/libtiff/tif_print.c
index 4b199649..571e584e 100644
--- a/libtiff/tif_print.c
+++ b/libtiff/tif_print.c
@@ -1,4 +1,4 @@
-/* $Id: tif_print.c,v 1.48 2009-08-24 16:51:14 bfriesen Exp $ */
+/* $Id: tif_print.c,v 1.49 2010-03-10 18:56:49 bfriesen Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -669,3 +669,10 @@ _TIFFprintAsciiTag(FILE* fd, const char* name, const char* value)
}
/* vim: set ts=8 sts=8 sw=8 noet: */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */