use STREQ, not strcmp: part 1
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 13:30:11 +0000 (14:30 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 14:51:45 +0000 (14:51 +0000)
commit4457e5f3781710f4869491094afb83ed78709dbb
tree5a32f2248e2e23e9e78aac84126cc41e67db7498
parenta43803c4a32c1942f1c6dda9723d7e673676fb9e
use STREQ, not strcmp: part 1

git grep -l 'strcmp *([^=]*== *0'|xargs \
  perl -pi -e 's/\bstrcmp( *\(.*?\)) *== *0/STREQ$1/g'
hivex/hivex.c