summaryrefslogtreecommitdiff
path: root/pith/state.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-03-11 01:11:47 -0600
committerEduardo Chappa <chappa@washington.edu>2013-03-11 01:42:01 -0600
commit5c30b8df3075199ee502f5003d71297d7c117665 (patch)
tree176a19846a91dd60df1bb4654aeb5251cf12a032 /pith/state.c
parenteefcf0862ac4b540d5cd183d370f6f69c9c99caa (diff)
downloadalpine-5c30b8df3075199ee502f5003d71297d7c117665.tar.xz
modified cygwin separator to "/"
Diffstat (limited to 'pith/state.c')
-rw-r--r--pith/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/state.c b/pith/state.c
index 94f95f10..fd2b4f71 100644
--- a/pith/state.c
+++ b/pith/state.c
@@ -98,7 +98,7 @@ new_pine_struct(void)
p->atmts->description = NULL;
p->low_speed = 1;
p->init_context = -1;
- msgno_init(&p->msgmap, 0L, SortArrival, 0);
+/* msgno_init(&p->msgmap, 0L, SortArrival, 0);*/
init_init_vars(p);
return(p);