]> Kevux Git Server - fll/commitdiff
Bugfix: The '$' should instead be a '%' in the fl_print_format() call.
authorKevin Day <Kevin@kevux.org>
Sat, 8 Jun 2024 04:23:34 +0000 (23:23 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 8 Jun 2024 04:23:34 +0000 (23:23 -0500)
level_3/controller/c/entry/private-entry.c

index 6e9449426eb817ae93c483989d95ffb1554e629a..452cb2781e247852b689d06d647eb19ca23cfb22 100644 (file)
@@ -1367,7 +1367,7 @@ extern "C" {
 
               fl_print_format("%r%[%QExecution failed with return value of '%]", global->main->error.to.stream, f_string_eol_s, global->main->error.context, global->main->error.prefix, global->main->error.context);
               fl_print_format("%[%i%]", global->main->error.to.stream, global->main->error.notable, result, global->main->error.notable);
-              fl_print_format("$['.%]%r", global->main->error.to.stream, global->main->error.context, global->main->error.context, f_string_eol_s);
+              fl_print_format("%['.%]%r", global->main->error.to.stream, global->main->error.context, global->main->error.context, f_string_eol_s);
 
               controller_entry_print_error_cache(is_entry, global->main->error, cache->action);