git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b979aaa
)
make convert_delimiter use strchr instead of open-coding it
author
Steve French
<smfrench@gmail.com>
Fri, 30 Nov 2012 00:07:51 +0000
(18:07 -0600)
committer
Steve French
<smfrench@gmail.com>
Wed, 5 Dec 2012 19:27:30 +0000
(13:27 -0600)
Take advantage of accelerated strchr() on arches that support it.
Also, no caller ever passes in a NULL pointer. Get rid of the unneeded
NULL pointer check.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
No differences found