Skip to content

Fix incorrect use of reference to loop iterator variable

Administrator requested to merge github/fork/alexlucky7/main into main

Created by: alexlucky7

Fix incorrect use of reference to loop iterator variable

The "for range" was used incorrectly.This can make all the results the same(all reference the last symbol)

using-reference-to-loop-iterator-variable

This is my solution: pass symbol using an array pointer

Merge request reports

Loading