Fixed compilation issues when sizeof(int) != sizeof(wchar). - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 6cbe895de3a65c7a72c014ef3e10e71a42fe462d
 (DIR) parent 3184909efee9f81359fcd81a4fc4626fe8fa0c78
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Tue, 19 Sep 2017 09:45:34 -0500
       
       Fixed compilation issues when sizeof(int) != sizeof(wchar).
       
       Updated credits.
       
       Diffstat:
         README.rst                          |       4 ++++
         sam/sam.h                           |       2 +-
       
       2 files changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       @@ -352,6 +352,10 @@ ckeen
        David Tolpin
            Added support for optional automatic indentation.
        
       +Andrew Higham
       +    Added support for focus-follows-mouse, based on a couple of patches posted
       +    to the sam-fans mailing list in the ‘90s. 
       +
        If I've forgotten you in this list of credits, please accept my apologies and email me (Rob King) at jking@deadpixi.com to be added.
        
        Copyright and License
 (DIR) diff --git a/sam/sam.h b/sam/sam.h
       @@ -251,7 +251,7 @@ void    startup(char*, bool);
        void    state(File*, state_t);
        int statfd(int, uint64_t*, uint64_t*, int64_t*, int64_t*, int64_t*);
        int statfile(char*, uint64_t*, uint64_t*, int64_t*, int64_t*, int64_t*);
       -void    Straddc(String*, int);
       +void    Straddc(String*, wchar_t);
        void    Strclose(String*);
        int Strcmp(String*, String*);
        void    Strdelete(String*, Posn, Posn);