• Show log

    Commit

  • Hash : 5340ca77
    Author : Patrick Steinhardt
    Date : 2018-02-08T09:31:51

    config_parse: add comment to clarify logic getting next character
    
    Upon each line, the configuration parser tries to get either the first
    non-whitespace character or the first whitespace character, in case
    there is no non-whitespace character. The logic handling this looks
    rather odd and doesn't immediately convey this meaning, so add a comment
    to clarify what happens.