Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79686 | Differences between
and this patch

Collapse All | Expand All

(-)emacs21-21.3+1/lib-src/movemail.c.orig (-1 / +1 lines)
Lines 787-793 Link Here
787
      mbx_delimit_begin (mbf);
787
      mbx_delimit_begin (mbf);
788
      if (pop_retr (server, i, mbf) != OK)
788
      if (pop_retr (server, i, mbf) != OK)
789
	{
789
	{
790
	  error (Errmsg, 0, 0);
790
	  error ("%s", Errmsg, 0);
791
	  close (mbfi);
791
	  close (mbfi);
792
	  return (1);
792
	  return (1);
793
	}
793
	}

Return to bug 79686