зеркало из https://github.com/github/ruby.git
[ruby/yarp] Remove unnecessary NUL byte in string
https://github.com/ruby/yarp/commit/af867e35b1
This commit is contained in:
Родитель
221c2d0e19
Коммит
13ed1d7b60
|
@ -173,5 +173,5 @@ yp_node_type_to_str(yp_node_type_t node_type)
|
|||
return "<%= node.type %>";
|
||||
<%- end -%>
|
||||
}
|
||||
return "\0";
|
||||
return "";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче