~ubuntu-branches/debian/experimental/geany/experimental

« 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
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

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
    {