synaptic-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Synaptic-devel] Error message: strange things are going on in the world


From: Kim Kulak
Subject: [Synaptic-devel] Error message: strange things are going on in the world
Date: Tue, 12 Aug 2003 16:28:20 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030502 Debian/1.2.1-9woody3

Hello,

I was seeing this error message and I tracked it down to the field _sortMode not being initialized in the constructor for class RPackageLister in file common/rpackagelister.cc. I just added this one line to the constructor:

    _updating = true;
    _sortMode = TREE_SORT_NAME;  <====

Thank you,
Kim






reply via email to

[Prev in Thread] Current Thread [Next in Thread]