]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-atom.c
ui-ssdiff: ban strncat()
[ps-cgit] / ui-atom.c
index 41838d38b7acb2381dd17e509e330da6678e452c..cd66f82f082b9cc078584438d7864388e268013c 100644 (file)
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -63,7 +63,7 @@ static void add_entry(struct commit *commit, const char *host)
                html_attr(pageurl);
                if (ctx.cfg.virtual_root)
                        delim = '?';
-               htmlf("%cid=%s", delim, hex);
+               html_attrf("%cid=%s", delim, hex);
                html("'/>\n");
                free(pageurl);
        }
@@ -83,7 +83,7 @@ static void add_entry(struct commit *commit, const char *host)
 }
 
 
-void cgit_print_atom(char *tip, char *path, int max_count)
+void cgit_print_atom(char *tip, const char *path, int max_count)
 {
        char *host;
        const char *argv[] = {NULL, tip, NULL, NULL, NULL};