Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression when calling *_custom_func #1001

Merged
merged 1 commit into from Dec 26, 2019

Commits on Dec 12, 2019

  1. Fix regression when calling *_custom_func

    PR spf13#889 introduced a regression where the global variable $c is no
    longer set when *custom_func is called.  This is because $c is re-used
    by mistake in the read loop.
    
    This PR simply changes the name of the variable used in the loop.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
    marckhouzam committed Dec 12, 2019
    Copy the full SHA
    f302021 View commit details
    Browse the repository at this point in the history