]> Kevux Git Server - fll/commitdiff
Bugfix: fl_execute is now fll_execute
authorKevin Day <kevin@kevux.org>
Sun, 17 Jun 2012 23:40:05 +0000 (18:40 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 17 Jun 2012 23:40:05 +0000 (18:40 -0500)
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.

level_3/firewall/c/private-firewall.c
level_3/fss_basic_list_read/c/fss_basic_list_read.h
level_3/fss_basic_read/c/fss_basic_read.h
level_3/fss_extended_read/c/fss_extended_read.h

index be151d699e2b105a20796950d91f3368e9a96f5f..7bf1898ac822b990a3b81d053b9ef556cedc38e9 100644 (file)
 
                           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;
 
               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;
             }
           }
             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));
           }
index 519ecc9502519b6c4bee23513fc33e30db58b8d6..b69c440e0d5907921d8d9f549ba922546c9011ec 100644 (file)
 #include <level_1/colors.h>
 #include <level_1/console.h>
 #include <level_1/file.h>
-#include <level_1/execute.h>
 #include <level_1/strings.h>
 #include <level_1/directory.h>
 
 // fll-2 includes
 #include <level_2/fss_basic_list.h>
 #include <level_2/colors.h>
+#include <level_2/execute.h>
 
 #ifdef __cplusplus
 extern "C"{
index 030cfe3f9ee914b802d4ac07c0ef9c52ac69091b..07bd869661e705ea631f1fd33847dcbeb8c74cee 100644 (file)
 #include <level_1/colors.h>
 #include <level_1/console.h>
 #include <level_1/file.h>
-#include <level_1/execute.h>
 #include <level_1/strings.h>
 #include <level_1/directory.h>
 
 // fll-2 includes
 #include <level_2/fss_basic.h>
 #include <level_2/colors.h>
+#include <level_2/execute.h>
 
 #ifdef __cplusplus
 extern "C"{
index aa7db20484da75bb0d716af6593248e3ac6b273b..4cee551e6d98d1a713b05e84e7aa171440fb08bb 100644 (file)
 #include <level_1/colors.h>
 #include <level_1/console.h>
 #include <level_1/file.h>
-#include <level_1/execute.h>
 #include <level_1/strings.h>
 #include <level_1/directory.h>
 
 // fll-2 includes
 #include <level_2/fss_extended.h>
 #include <level_2/colors.h>
+#include <level_2/execute.h>
 
 #ifdef __cplusplus
 extern "C"{