]> gitweb.ps.run Git - ps-cgit/commit
ui-shared: use strcmp() to compare strings
authorLars Hjemli <hjemli@gmail.com>
Sun, 17 Jun 2007 10:58:59 +0000 (12:58 +0200)
committerLars Hjemli <hjemli@gmail.com>
Sun, 17 Jun 2007 10:58:59 +0000 (12:58 +0200)
commit486c87ec2906c445ca505c877720d56e02aed784
tree42d66dc8e9dfee4812f3f37b7bc8deef04d4e78d
parent44947bfcdc0d6e8c7d673bea0538cbf2a182f289
ui-shared: use strcmp() to compare strings

Somehow a couple of pointer comparisions crept into the new repolink()
and cgit_tree_link() functions. Fix it.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ui-shared.c