Re: G List - How to show specific item
- From: Charles Iliya Krempeaux <tnt linux ca>
- To: Charles Iliya Krempeaux <tnt linux ca>
- Cc: "William O'Shea" <bill0087 sympatico ca>, gtk-app-devel-list gnome org
- Subject: Re: G List - How to show specific item
- Date: 01 Nov 2001 17:38:36 -0800
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]