From a9dfbaa908f2ffd90d39539d7a4df197ee8d92c4 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 21 Aug 2021 12:38:25 -0600 Subject: * Fix, alpine was assigning the flow to follow to the username of the user. --- alpine/arg.c | 2 +- pith/pine.hlp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/arg.c b/alpine/arg.c index 8a36497c..e0e26c15 100644 --- a/alpine/arg.c +++ b/alpine/arg.c @@ -697,7 +697,7 @@ Loop: while(--ac > 0) if((str = *++av) != NULL){ if(x.flow) fs_give((void **) &x.flow); - x.users = cpystr(str); + x.flow = cpystr(str); } } else{ diff --git a/pith/pine.hlp b/pith/pine.hlp index deb0ee8a..6d784a8e 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 575 2021-08-21 10:50:32 +Alpine Commit 576 2021-08-21 12:38:04 ============= h_news ================= -- cgit v1.2.3-70-g09d2