~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapigen/valavapigen.vala

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
                                continue;
132
132
                        }
133
133
 
134
 
                        var depsfile = source.substring (0, source.len () - "gi".len ()) + "deps";
 
134
                        var depsfile = source.substring (0, source.length - "gi".length) + "deps";
135
135
 
136
136
                        if (!FileUtils.test (depsfile, FileTest.EXISTS)) continue;
137
137