Re: [Nld-patches] evolution bnc bug #178631 patch
Federico Mena Quintero <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2006-05-26 at 17:05 -0400, Jeffrey Stedfast wrote:
> @@ -336,6 +339,9 @@
> if (info->phase == GNOME_VFS_XFER_PHASE_COMPLETED) {
> CamelException ex;
>
> + if (!info->file_size)
> + goto error;
> +
Will this give an error if you attach a 0-byte file?
Federico