Re: [Nld-patches] evolution bnc bug #178631 patch
Jeffrey Stedfast <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2006-05-26 at 18:22 -0500, Federico Mena Quintero wrote:
> 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
>
only if it is a remote file
Jeff