summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-13 02:27:09 +0000
committerscuri <scuri>2009-08-13 02:27:09 +0000
commit22eee5011ab2699a3267bde4a7b4430d8460314c (patch)
treec3bf218e3e7b5a261f060667bd64c185eb2e31ed /include
parent6a8ef4952936e5bd018b2b595a3fd1bb40fbb103 (diff)
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/im_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/im_image.h b/include/im_image.h
index f0cc4f3..b5e8628 100644
--- a/include/im_image.h
+++ b/include/im_image.h
@@ -151,7 +151,7 @@ void* imImageGetOpenGLData(imImage* image, int *format);
/** Changes an extended attribute. \n
* The data will be internally duplicated. \n
- * If data is NULL the attribute is removed. \n
+ * If data is NULL and count==0 the attribute is removed. \n
* If count is -1 and data_type is IM_BYTE then data is zero terminated.
* See also \ref imDataType.
*