diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-30 16:49:36 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-30 16:49:36 +0000 |
| commit | aba7a3a58858795ea181387a755ed111b7fef02d (patch) | |
| tree | cf9248429b2d6db6604aa6b8b62507c89d6ff98a /misc/gman/files/patch-window2.c | |
| parent | 1298efdef6162b744b37a945321257b526e689eb (diff) | |
add gman
G-man is a user-friendly graphical front end for the man system
Diffstat (limited to 'misc/gman/files/patch-window2.c')
| -rw-r--r-- | misc/gman/files/patch-window2.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/gman/files/patch-window2.c b/misc/gman/files/patch-window2.c new file mode 100644 index 000000000000..229b4a4fe110 --- /dev/null +++ b/misc/gman/files/patch-window2.c @@ -0,0 +1,11 @@ +--- window2.c.orig Fri Mar 30 09:40:02 2001 ++++ window2.c Fri Mar 30 09:40:50 2001 +@@ -172,7 +172,7 @@ + for (i = 0;i<j;i++) { + p = (ManPath*) man_paths->get_value(i); + if (p) { +- clist_item[0] = p->active?"o":""; ++ clist_item[0] = (gchar *)(p->active?"o":""); + clist_item[1] = man_paths->get_name(i); + sprintf(buffer,"%d",p->GetSize(-1)); + clist_item[2] = buffer; |
