Fix another site where a stack-allocated character was treated as a
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Jul 2009 12:28:02 +0000 (12:28 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Jul 2009 12:28:02 +0000 (12:28 +0000)
commit7c8a166b9149e0a00089ad8d6efecc2e3076b19f
treec712fbeb711aa8248c0df04404298a78de02e2c4
parent2126c36279483a79b18fd2af9b9fd2d1de4950b0
Fix another site where a stack-allocated character was treated as a
one-element character array.  This was safe at this site but
potentially confusing.

BUG=17103

Review URL: http://codereview.chromium.org/159072

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2511 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/interpreter-irregexp.cc