/[mailutils]/mailutils/guimb/collect.c
ViewVC logotype

Diff of /mailutils/guimb/collect.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by gray, Fri Dec 28 11:16:12 2001 UTC revision 1.5 by gray, Thu Jan 17 22:30:55 2002 UTC
# Line 52  collect_open_mailbox_file () Line 52  collect_open_mailbox_file ()
52    int fd;    int fd;
53    
54    /* Create input mailbox */    /* Create input mailbox */
55    fd = util_tempfile (&temp_filename);    fd = mu_tempfile (NULL, &temp_filename);
56    if (fd == -1)    if (fd == -1)
57      exit (1);      exit (1);
58    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26