summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--ext/syck/implicit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ae9a34a241..912b250cd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Wed Jul 23 06:11:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Jul 23 06:25:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/syck: suppress warnings more.
diff --git a/ext/syck/implicit.c b/ext/syck/implicit.c
index 878165b715..126b896f18 100644
--- a/ext/syck/implicit.c
+++ b/ext/syck/implicit.c
@@ -1611,7 +1611,7 @@ syck_tagcmp( const char *tag1, const char *tag2 )
char *
syck_type_id_to_uri( const char *type_id )
{
- const char *cursor, *limit, *marker;
+ const char *cursor, *limit, *marker = 0;
cursor = type_id;
limit = type_id + strlen( type_id );