From 027537d6242d1fc8c97231748e7d34c01329c7ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 21 May 2005 07:23:04 +0000 Subject: [PATCH] * Added a TODO note to isASCII() --- includes/Exif.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Exif.php b/includes/Exif.php index 248fcda0c6..1d9c13e146 100644 --- a/includes/Exif.php +++ b/includes/Exif.php @@ -324,7 +324,7 @@ class Exif { return false; } - if ( strlen($in) > 1024 ) { + if ( strlen($in) > 1024 ) { // TODO: This might not be according to the spec $this->debug( $in, __FUNCTION__, 'input was too long' ); return false; } -- 2.20.1