projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a897e2
)
Fix warning
author
David Schleef
<ds@schleef.org>
Tue, 8 Apr 2003 23:17:36 +0000
(23:17 +0000)
committer
David Schleef
<ds@schleef.org>
Tue, 8 Apr 2003 23:17:36 +0000
(23:17 +0000)
Original commit message from CVS:
Fix warning
gst/parse/grammar.y
patch
|
blob
|
history
diff --git
a/gst/parse/grammar.y
b/gst/parse/grammar.y
index
370fad4
..
2e3720e
100644
(file)
--- a/
gst/parse/grammar.y
+++ b/
gst/parse/grammar.y
@@
-232,7
+232,7
@@
gst_parse_element_set (gchar *value, GstElement *element, graph_t *graph)
break;
case G_TYPE_ENUM: {
GEnumValue *en;
- gchar **endptr;
+ gchar **endptr
= NULL
;
GEnumClass *klass = (GEnumClass *) g_type_class_peek (G_PARAM_SPEC_VALUE_TYPE (pspec));
if (klass == NULL) goto error;
if (!(en = g_enum_get_value_by_name (klass, pos)))