fix strstr. Seems the function never worked before, except the searched
authorStefan Reinauer <stepan@coresystems.de>
Fri, 6 Mar 2009 17:43:20 +0000 (17:43 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 6 Mar 2009 17:43:20 +0000 (17:43 +0000)
commit0d348f919cc19841e76762be1c42c4c2737bd268
tree761a229571cdfb73f9d6544c73fe8c6de73721d9
parent8dcd50b15558dd2e3ee509779dd39b7f385238f4
fix strstr. Seems the function never worked before, except the searched
substring is at the end.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3978 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/libc/string.c