diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2010-08-22 13:29:57 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2010-08-22 13:29:57 +0200 | 
| commit | 6d7552bc072599313ef423d69156d824c075572a (patch) | |
| tree | 3189efeb6ca80dc6dcf0811ff2d8011e2b3e8c7b /ui-plain.c | |
| parent | Support refspecs in about-filter. (diff) | |
| download | cgit-6d7552bc072599313ef423d69156d824c075572a.tar.gz cgit-6d7552bc072599313ef423d69156d824c075572a.tar.bz2 cgit-6d7552bc072599313ef423d69156d824c075572a.zip | |
Use GIT-1.7.2.2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | ui-plain.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -34,7 +34,7 @@ static void print_object(const unsigned char *sha1, const char *path)  	ctx.page.mimetype = NULL;  	ext = strrchr(path, '.');  	if (ext && *(++ext)) { -		mime = string_list_lookup(ext, &ctx.cfg.mimetypes); +		mime = string_list_lookup(&ctx.cfg.mimetypes, ext);  		if (mime)  			ctx.page.mimetype = (char *)mime->util;  	} | 
