Skip to content
  • Igor Kushnir's avatar
    stringhelpers: remove redundant position variables · ff1c26d9
    Igor Kushnir authored
    In both modified functions - findClose() and findCommaOrEnd() - the int
    pos argument was used only until the loop, where it was replaced by a
    local variable int a. This was error-prone as the disused argument `pos`
    could be used instead of `a` by mistake.
    ff1c26d9