change strncmp() == 0 to STREQLEN()
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 13:26:21 +0000 (14:26 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 14:51:01 +0000 (14:51 +0000)
commita43803c4a32c1942f1c6dda9723d7e673676fb9e
tree1c1c4bcfc4eda8f468757d52e631f2ad4b33711a
parent39c10cf9df1e9d59e9048b7d78913562867c3c6b
change strncmp() == 0 to STREQLEN()

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