VOLGIT



LOG | FILES | OVERVIEW


F diff --git a/git_part.c b/git_part.c --- a/git_part.c +++ b/git_part.c
}else
{
- fprintf(index_file->out,"%s ─┐",name);
+ fprintf(index_file->out,"%s",name);
increment_indentation(index_file,name);
fprintf(index_file->out,"\n");
else
fprintf(out->out," ");
- for(j=0;j<out->offset[i]+5;++j)
+ for(j=0;j<out->offset[i]+2;++j)
fprintf(out->out," ");
}
}