Skip to content

<fix>(m_glob.c): off by one error in translate#1

Open
Shea690901 wants to merge 1 commit into
quixadhal:masterfrom
Shea690901:hotfix/m_glob
Open

<fix>(m_glob.c): off by one error in translate#1
Shea690901 wants to merge 1 commit into
quixadhal:masterfrom
Shea690901:hotfix/m_glob

Conversation

@Shea690901

Copy link
Copy Markdown

after checking
pat[i] == '[' // from switch
it follows with
j = i;
that
pat[j] == '['

after checking
    pat[i] == '['   // from switch
it follows with
    j = i;
that
    pat[j] == '['
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant