diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-26 07:02:19 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-26 07:02:19 +0000 |
| commit | b74a144f5185c990ab64cbfb08e394cbc56a99c6 (patch) | |
| tree | 43127cf90ade2bd7bb6ab2b45e8471b5a973d9dd /ext/syck/emitter.c | |
| parent | bf3cd18a1a4641cf388886863a2f8fa80339b3a8 (diff) | |
| download | ruby-b74a144f5185c990ab64cbfb08e394cbc56a99c6.tar.gz ruby-b74a144f5185c990ab64cbfb08e394cbc56a99c6.tar.xz ruby-b74a144f5185c990ab64cbfb08e394cbc56a99c6.zip | |
* implicit.c (syck_type_id_to_taguri): corrected detection of
x-private types.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck/emitter.c')
| -rw-r--r-- | ext/syck/emitter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/emitter.c b/ext/syck/emitter.c index 62f1b57f4..2be1a688e 100644 --- a/ext/syck/emitter.c +++ b/ext/syck/emitter.c @@ -102,7 +102,7 @@ syck_base64dec( char *s, long len ) } } *end = '\0'; - //RSTRING(buf)->len = ptr - RSTRING(buf)->ptr; + /* RSTRING(buf)->len = ptr - RSTRING(buf)->ptr; */ return ptr; } |
