mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e818dcc24e
Screwup by: knu
20 lines
878 B
Plaintext
20 lines
878 B
Plaintext
*** imap/ANSI/c-client/news.c.orig Thu May 16 03:50:02 1996
|
|
--- imap/ANSI/c-client/news.c Fri Sep 20 13:44:42 1996
|
|
***************
|
|
*** 309,315 ****
|
|
stream->mailbox + 1);
|
|
while (s = strchr (s,'.')) *s = '/';
|
|
/* scan directory */
|
|
! if ((nmsgs = scandir (tmp,&names,news_select,news_numsort)) >= 0) {
|
|
stream->local = fs_get (sizeof (NEWSLOCAL));
|
|
LOCAL->dirty = NIL; /* no update to .newsrc needed yet */
|
|
LOCAL->dir = cpystr (tmp); /* copy directory name for later */
|
|
--- 309,315 ----
|
|
stream->mailbox + 1);
|
|
while (s = strchr (s,'.')) *s = '/';
|
|
/* scan directory */
|
|
! if ((nmsgs = scandir (tmp,&names,news_select,(void*)news_numsort)) >= 0) {
|
|
stream->local = fs_get (sizeof (NEWSLOCAL));
|
|
LOCAL->dirty = NIL; /* no update to .newsrc needed yet */
|
|
LOCAL->dir = cpystr (tmp); /* copy directory name for later */
|