]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* choose.cc (pick_line::paint): Add missing declaration.
authorChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 04:46:23 +0000 (04:46 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 04:46:23 +0000 (04:46 +0000)
ChangeLog
choose.cc

index ffe9d60a36ab10677e999d35b74cac1548a3e753..e575a755de30425a084d23930b434904c3aece1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-12  Christopher Faylor  <cgf@redhat.com>
+
+       * choose.cc (pick_line::paint): Add missing declaration.
+
 2001-10-10  Ralf Habacker <Ralf.Habacker@freenet.de>
 
        * choose.cc (pick_line::paint): Add package name to sdesc for display.
index 1882b57756e220f0dd273523d8bb73a0b365fc59..e3f63089a61f6fe03faefd02d04b6fd2414b49ce 100644 (file)
--- 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
This page took 0.034615 seconds and 5 git commands to generate.