diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2019-11-21 18:17:18 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2019-11-21 18:24:30 -0500 |
| commit | d917129d502a753f13bd26ecf47a30d31f738fc1 (patch) | |
| tree | a31bb887c0b27b47939eb377535388b1fea552c2 /build/.gitignore | |
| parent | d8987084b7aa3c47642af30a87c0673a2df01fd0 (diff) | |
| download | libctemplates-d917129d502a753f13bd26ecf47a30d31f738fc1.tar.gz libctemplates-d917129d502a753f13bd26ecf47a30d31f738fc1.tar.bz2 libctemplates-d917129d502a753f13bd26ecf47a30d31f738fc1.zip | |
Fixed empty loop causeing infinite loop
If a loop was defined in the template, but no loop was defined
in the varlist, render() would infinite loop while trying to
execute. Fixs that.
Diffstat (limited to 'build/.gitignore')
| -rw-r--r-- | build/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/.gitignore b/build/.gitignore index e69de29..5761abc 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -0,0 +1 @@ +*.o |
