[bijiben] bjb-bijiben: initialize "remaining" as NULL
- From: Jonathan Kang <jonathankang src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] bjb-bijiben: initialize "remaining" as NULL
- Date: Fri, 21 Apr 2017 13:46:51 +0000 (UTC)
commit d3a8ba13bb6dfbdaa8a03f35c649c76f7b4b5252
Author: Jonathan Kang <jonathan121537 gmail com>
Date: Thu Apr 20 20:06:55 2017 +0800
bjb-bijiben: initialize "remaining" as NULL
"remaining" variable is not initialized as NULL. Fix that by
initializing it as NULL.
Fix commit 0c5e079ca1a3c323c6d1c99603ff06f10c535fed.
src/bjb-bijiben.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-bijiben.c b/src/bjb-bijiben.c
index 5ff346f..2ba9c84 100644
--- a/src/bjb-bijiben.c
+++ b/src/bjb-bijiben.c
@@ -353,7 +353,7 @@ bijiben_application_local_command_line (GApplication *application,
{
Bijiben *self;
gboolean version = FALSE;
- gchar **remaining;
+ gchar **remaining = NULL;
GOptionContext *context;
GError *error = NULL;
gint argc = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]