@@ -281,10 +281,10 @@ fdate(MMIOT *doc, FILE *output, int flags)
staticvoid
fauthor(MMIOT*doc,FILE*output,intflags)
{
char*h;
char*h=mkd_doc_author(doc);
#if HAVE_PWD_H
if((h=mkd_doc_author(doc))==0&&me)
if((h==0)&&me)
h=me->pw_gecos;
#endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.