--- embedaddon/php/ext/exif/exif.c 2013/07/22 01:31:40 1.1.1.3 +++ embedaddon/php/ext/exif/exif.c 2013/10/14 08:02:11 1.1.1.4 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: exif.c,v 1.1.1.3 2013/07/22 01:31:40 misho Exp $ */ +/* $Id: exif.c,v 1.1.1.4 2013/10/14 08:02:11 misho Exp $ */ /* ToDos * @@ -138,7 +138,7 @@ const zend_function_entry exif_functions[] = { }; /* }}} */ -#define EXIF_VERSION "1.4 $Id: exif.c,v 1.1.1.3 2013/07/22 01:31:40 misho Exp $" +#define EXIF_VERSION "1.4 $Id: exif.c,v 1.1.1.4 2013/10/14 08:02:11 misho Exp $" /* {{{ PHP_MINFO_FUNCTION */ @@ -2595,7 +2595,7 @@ static int exif_process_string_raw(char **result, char /* {{{ exif_process_string * Copy a string in Exif header to a character string and return length of allocated buffer if any. - * In contrast to exif_process_string this function does allways return a string buffer */ + * In contrast to exif_process_string this function does always return a string buffer */ static int exif_process_string(char **result, char *value, size_t byte_count TSRMLS_DC) { /* we cannot use strlcpy - here the problem is that we cannot use strlen to * determin length of string and we cannot use strlcpy with len=byte_count+1