diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-27 13:40:34 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-27 13:40:34 -0600 |
commit | b95946d5694391b021244adc495705f809ad3593 (patch) | |
tree | 8b861a60bf1ab001c00bfafa35a4174011b46ade /pith | |
parent | 529d58309bc7ec042b668a90817eabe4522507e0 (diff) | |
download | alpine-b95946d5694391b021244adc495705f809ad3593.tar.xz |
* Fix for a compilation issue in Visual Studio, which prefers
memset ((void *) (x + len),...) to memset ((void *) x + len,...).
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index f7442139..d15df5ce 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 459 2020-06-27 13:36:43 +Alpine Commit 460 2020-06-27 13:39:56 ============= h_news ================= <HTML> <HEAD> |