* Improve escaping of special characters in returned XML. Should close SF bug ID 2717054.

This commit is contained in:
Justin Maggard
2009-04-01 22:41:27 +00:00
parent d937f13526
commit ea70f079f2
2 changed files with 63 additions and 40 deletions

View File

@ -182,7 +182,7 @@ check_for_album_file(char * dir)
{
imsrc = image_new_from_jpeg(file, 1, NULL, 0);
if( !imsrc )
return NULL;
continue;
width = imsrc->width;
height = imsrc->height;
if( width > 160 || height > 160 )