simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon May 1 06:56:17 BST 2017


TL;DR:
  ad694a4 mkfiles.pl: fix regex syntax error.

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:           2017-05-01 06:56:17

commit ad694a494158d44ff3dce86d20f4f2afb1dc142e
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=ad694a494158d44ff3dce86d20f4f2afb1dc142e;hp=b566c5f125efb9933303a61303ab17e2af0a859b
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon May 1 06:53:06 2017 +0100

    mkfiles.pl: fix regex syntax error.
    
    Thanks to Brian K. White for spotting this straight-up syntax error of
    a missing ), in the regex handling the special case of &splitlines
    when it findss a word in its input string too long to fit in the
    specified output line width. Apparently in all my own uses of
    &splitline I'd never exercised that special-case code path before.

 mkfiles.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list