]> Kevux Git Server - fll/commit
Bugfix: Formatted prints are pulling additional var_arg, resulting in a segfault.
authorKevin Day <thekevinday@gmail.com>
Wed, 6 Oct 2021 23:36:52 +0000 (18:36 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 6 Oct 2021 23:36:52 +0000 (18:36 -0500)
commit3d89fd1f38a88be3ae5a506ac63fa986ea49b2ed
treede78e5336e696f3dc0a5b35fb31616d7b24ec822
parenta38e5ecb7747d33aa37c403b12e658ce63eef2f5
Bugfix: Formatted prints are pulling additional var_arg, resulting in a segfault.

The else condition should not be grabbing an additional argument.
Instead, initialize that argument to its default empty value.
level_1/fl_print/c/private-print.c