bug-gnunet
[Top][All Lists]
Advanced

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

[bug-GNUnet] Spot the obvious mistake


From: Peter F Bradshaw
Subject: [bug-GNUnet] Spot the obvious mistake
Date: Wed, 24 Apr 2002 19:00:40 +0800 (WST)

Hi;

In the file textui/insertmp3.c there is the following:

  static void printkeywords(int numkeywords, char * keywords[]) {
    int count;
    for (count=0;count<numkeywords;numkeywords++) {
      if (count > 0)
        printf(", ");
      printf("%s",keywords[count]);
    }
 }

Of course it should be count++ :-)

Cheers

-- 
Peter F Bradshaw, address@hidden, ICQ 75431157 (exadios).
http://www.exadios.com
PGP public key at http://www.exadios.com/public_key.html
"Needs more salt" - Archimedes





reply via email to

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