From: Kevin Day Date: Sun, 17 Jun 2012 23:40:05 +0000 (-0500) Subject: Bugfix: fl_execute is now fll_execute X-Git-Tag: 0.3.0~3 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=330116b38a539e09ef70699d6891edf0dae48c9a;p=fll Bugfix: fl_execute is now fll_execute At some point fl_execute and level_1/execute.h where moved to level 2: fll_execute and level_2/execute.h. This corrects files that did not get updated to reflect this change. --- diff --git a/level_3/firewall/c/private-firewall.c b/level_3/firewall/c/private-firewall.c index be151d6..7bf1898 100644 --- a/level_3/firewall/c/private-firewall.c +++ b/level_3/firewall/c/private-firewall.c @@ -758,7 +758,7 @@ break; } else if (status == f_invalid_parameter) { - fl_print_color_line(f_standard_error, data.context.error, data.context.reset, "INTERNAL ERROR: Invalid parameter when calling fl_execute_path()"); + fl_print_color_line(f_standard_error, data.context.error, data.context.reset, "INTERNAL ERROR: Invalid parameter when calling fll_execute_path()"); arguments.used--; arguments.array[arguments.used].string = 0; @@ -815,7 +815,7 @@ break; } else if (status == f_invalid_parameter) { - fl_print_color_line(f_standard_error, data.context.error, data.context.reset, "INTERNAL ERROR: Invalid parameter when calling fl_execute_path()"); + fl_print_color_line(f_standard_error, data.context.error, data.context.reset, "INTERNAL ERROR: Invalid parameter when calling fll_execute_path()"); break; } } @@ -1041,7 +1041,7 @@ fl_print_color_code(f_standard_error, data->context.reset); fprintf(f_standard_error, "\n"); } else if (status == f_invalid_parameter) { - fl_print_color_line(f_standard_error, data->context.error, data->context.reset, "INTERNAL ERROR: Invalid parameter when calling fl_execute_path()"); + fl_print_color_line(f_standard_error, data->context.error, data->context.reset, "INTERNAL ERROR: Invalid parameter when calling fll_execute_path()"); } else { fl_print_color_line(f_standard_error, data->context.error, data->context.reset, "INTERNAL ERROR: An unhandled error (%u) has occured while calling fll_execute_program()", f_error_set_error(status)); } diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.h b/level_3/fss_basic_list_read/c/fss_basic_list_read.h index 519ecc9..b69c440 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.h +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.h @@ -29,13 +29,13 @@ #include #include #include -#include #include #include // fll-2 includes #include #include +#include #ifdef __cplusplus extern "C"{ diff --git a/level_3/fss_basic_read/c/fss_basic_read.h b/level_3/fss_basic_read/c/fss_basic_read.h index 030cfe3..07bd869 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.h +++ b/level_3/fss_basic_read/c/fss_basic_read.h @@ -29,13 +29,13 @@ #include #include #include -#include #include #include // fll-2 includes #include #include +#include #ifdef __cplusplus extern "C"{ diff --git a/level_3/fss_extended_read/c/fss_extended_read.h b/level_3/fss_extended_read/c/fss_extended_read.h index aa7db20..4cee551 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.h +++ b/level_3/fss_extended_read/c/fss_extended_read.h @@ -29,13 +29,13 @@ #include #include #include -#include #include #include // fll-2 includes #include #include +#include #ifdef __cplusplus extern "C"{