~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to tagmanager/keyword.c

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mto: (3.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20080502113745-7q62rqhl2ku02ptu
Import upstream version 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
{
163
163
    const unsigned long hashedValue = hashValue (string);
164
164
    hashEntry *entry = getHashTableEntry (hashedValue);
165
 
    int value = 0;
 
165
    int value = -1;
166
166
 
167
167
    while (entry != NULL)
168
168
    {