Branch: refs/heads/master Author: LarsDW223 lars_paulsen@web.de Committer: LarsDW223 lars_paulsen@web.de Date: Wed, 04 Oct 2017 18:45:16 UTC Commit: d41742972cd0ae3e134f2411f2df18e008f5fcf3 https://github.com/geany/geany-plugins/commit/d41742972cd0ae3e134f2411f2df18...
Log Message: ----------- workbench: Initialize 'child' to prevent cppcheck warning.
Modified Paths: -------------- workbench/src/wb_project.c
Modified: workbench/src/wb_project.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -229,7 +229,7 @@ static GSList *wb_project_dir_get_file_list(WB_PROJECT_DIR *root, const gchar *u GSList *list = NULL; GDir *dir; const gchar *child_name; - GSList *child; + GSList *child = NULL; GSList *children = NULL; gchar *locale_path = utils_get_locale_from_utf8(utf8_path); gchar *real_path = utils_get_real_path(locale_path);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org