~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to attach.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-06-07 17:30:03 UTC
  • mto: (16.2.1 experimental) (2.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090607173003-rg37ui3h2bbv7wl0
Tags: upstream-1.5.19
ImportĀ upstreamĀ versionĀ 1.5.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
3
 
 * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
 
2
 * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org>
 
3
 * Copyright (C) 1999-2004,2006 Thomas Roessler <roessler@does-not-exist.org>
4
4
 * 
5
5
 *     This program is free software; you can redistribute it and/or modify
6
6
 *     it under the terms of the GNU General Public License as published by
561
561
      if ((mutt_wait_filter (thepid) || (entry->needsterminal &&
562
562
          option (OPTWAITKEY))) && !use_pager)
563
563
        mutt_any_key_to_continue (NULL);
564
 
      
565
 
      close(tempfd);
566
 
      close(pagerfd);
567
 
      
 
564
 
 
565
      if (tempfd != -1)
 
566
        close (tempfd);
 
567
      if (pagerfd != -1)
 
568
        close (pagerfd);
568
569
    }
569
570
    else
570
571
    {