simon-git: putty (main): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Feb 21 23:03:49 GMT 2021


TL;DR:
  ad3c907a Remove NULL initialisers in BackendVtables.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2021-02-21 23:03:49

commit ad3c907a62fd0e68c5218e671713116ef6498306
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=ad3c907a62fd0e68c5218e671713116ef6498306;hp=8eb4cd5674e3d7ebf38696696740792bdc07aee1
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Feb 21 22:40:09 2021 +0000

    Remove NULL initialisers in BackendVtables.
    
    Backends were inconsistent about whether unused function members were
    explicitly initialised to NULL or it was left to implicit static
    initialisation. Standardise on the latter. No intended functional change.

 raw.c    | 2 --
 rlogin.c | 2 --
 2 files changed, 4 deletions(-)



More information about the tartarus-commits mailing list