Bugfix: bidi_l2v() returned a pointer to value on the stack when the argument was...
commit184858cae1be364ecece861248b21611fd2786d1
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sat, 21 Oct 2006 00:04:57 +0000 (21 00:04 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sat, 21 Oct 2006 00:04:57 +0000 (21 00:04 +0000)
tree8a1422ac8ed5ddb0523c201a6d431d189c2e0c61
parent5a4874d9d01d3369b195ea16b5061cbab266e603
Bugfix: bidi_l2v() returned a pointer to value on the stack when the argument was an empty string. * Don't protect against NULL pointer, that would be a bug in the caller.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11282 a1c6a512-1295-4272-9138-f99709370657
firmware/bidi.c