* Added a TODO note to isASCII()

This commit is contained in:
Ævar Arnfjörð Bjarmason 2005-05-21 07:23:04 +00:00
parent 50173cab0f
commit 027537d624

View file

@ -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;
}