Re: G List - How to show specific item



Hello,

One correction...

On Wed, 2001-10-31 at 11:57, Charles Iliya Krempeaux wrote:

     for (node = list; node; node != NULL = node->next) {

That should have been:

    for (node = list; node != NULL; node = node->next) {

Sorry for any confusion.

See ya

     Charles Iliya Krempeaux
     tnt @ linux.ca
     ckrempea @ alumni.sfu.ca




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