~ubuntu-branches/ubuntu/quantal/mc/quantal

« back to all changes in this revision

Viewing changes to lib/search/glob.c

  • Committer: Bazaar Package Importer
  • Author(s): Yury V. Zaytsev, Yury V. Zaytsev
  • Date: 2010-09-07 10:59:46 UTC
  • mfrom: (4.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100907105946-bf9et2bryuq6aoa5
Tags: 3:4.7.0.9-1
[Yury V. Zaytsev]
* New upstream version (bugfix release).
  + Corrected typos in man pages (Closes: #585503)
* Enabled ext2undelfs by default (LP: #267480)
* Tightened libslang2 dependency (Closes: #592772)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
            g_string_append_c (buff, str[loop]);
104
104
            loop++;
105
105
            continue;
106
 
            break;
107
106
        }
108
107
        g_string_append_c (buff, str[loop]);
109
108
        loop++;