From ca68c4e92cd7d6a4edc0174f9a65442b1572c1a2 Mon Sep 17 00:00:00 2001 From: zacharypropert Date: Wed, 20 Feb 2019 18:01:08 -0500 Subject: [PATCH] Added change "counter += 1" on line 17 (#27238) Change added ensures that the loop created will not be an endless loop since there is now a condition in the loop that will eventually make the loop false and stop.