diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-06-17 12:58:59 +0200 |
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-06-17 12:58:59 +0200 |
| commit | 486c87ec2906c445ca505c877720d56e02aed784 (patch) | |
| tree | 42d66dc8e9dfee4812f3f37b7bc8deef04d4e78d | |
| parent | Add and use cgit_tree_link() (diff) | |
| download | cgit-magenta-486c87ec2906c445ca505c877720d56e02aed784.tar.xz | |
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>
| -rw-r--r-- | ui-shared.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-shared.c b/ui-shared.c |
