Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / otherlibs / _graphics / include / jasper / jas_fix.h
index 8276c20..190df6a 100644 (file)
@@ -9,9 +9,9 @@
  * 
  * JasPer License Version 2.0
  * 
+ * Copyright (c) 2001-2006 Michael David Adams
  * Copyright (c) 1999-2000 Image Power, Inc.
  * Copyright (c) 1999-2000 The University of British Columbia
- * Copyright (c) 2001-2003 Michael David Adams
  * 
  * All rights reserved.
  * 
@@ -64,7 +64,7 @@
 /*
  * Fixed-Point Number Class
  *
- * $Id: jas_fix.h,v 1.1 2006/10/11 16:48:43 vp153 Exp $
+ * $Id: jas_fix.h,v 1.2 2008/05/26 09:41:51 vp153 Exp $
  */
 
 #ifndef JAS_FIX_H
@@ -345,11 +345,11 @@ extern "C" {
 
 /* Handle overflow. */
 #define        JAS_FIX_OFLOW() \
-       fprintf(stderr, "overflow error: file %s, line %d\n", __FILE__, __LINE__)
+       jas_eprintf("overflow error: file %s, line %d\n", __FILE__, __LINE__)
 
 /* Handle underflow. */
 #define        JAS_FIX_UFLOW() \
-       fprintf(stderr, "underflow error: file %s, line %d\n", __FILE__, __LINE__)
+       jas_eprintf("underflow error: file %s, line %d\n", __FILE__, __LINE__)
 
 #ifdef __cplusplus
 }