simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Apr 8 09:57:34 BST 2018


TL;DR:
  1c4f122 Add a missing const.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-04-08 09:57:34

commit 1c4f1225256e7ee4a1201245edbab38b312149cb
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1c4f1225256e7ee4a1201245edbab38b312149cb;hp=e090e551797db2255b592b817c09b20362c41038
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Apr 7 14:23:43 2018 +0100

    Add a missing const.
    
    The variable in question holds the return value of strchr when its
    input string was const, so it ought logically to be const itself even
    though the official prototype of strchr permits it not to be.

 config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list