From: Christopher Faylor Date: Fri, 12 Oct 2001 04:46:23 +0000 (+0000) Subject: * choose.cc (pick_line::paint): Add missing declaration. X-Git-Tag: Z-categories_merge_HEAD~27 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=0f61a05a82ab3b5086bc904d777af72eb7c665df;p=cygwin-apps%2Fsetup.git * choose.cc (pick_line::paint): Add missing declaration. --- diff --git a/ChangeLog b/ChangeLog index ffe9d60a..e575a755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-12 Christopher Faylor + + * choose.cc (pick_line::paint): Add missing declaration. + 2001-10-10 Ralf Habacker * choose.cc (pick_line::paint): Add package name to sdesc for display. diff --git a/choose.cc b/choose.cc index 1882b577..e3f63089 100644 --- a/choose.cc +++ b/choose.cc @@ -632,6 +632,7 @@ pick_line::paint (HDC hdc, int x, int y, int row, int show_cat) TextOut (hdc, x + chooser->headers[chooser->cat_col].x, r, pkg->category->name, strlen (pkg->category->name)); + char *s; if (!pkg->sdesc) s = pkg->name; else