Was just looking at the log and came across this, I haven't looked at the
code, or to see if anyone has sent an email about this. But should this
line:

> + if {[lsearch [image names] my_pic] != -1 && $force} {
> + image delete my_pic
> + catch {image delete my_pic_small}
> + }

be:

> + if {[lsearch [image names] my_pic] != -1 || $force} {
> + image delete my_pic
> + catch {image delete my_pic_small}
> + }

?



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to