]> git.ipfire.org Git - thirdparty/vala.git/commit
Use Path.build_path instead of using raw string.printf
authorLuca Bruno <lucabru@src.gnome.org>
Mon, 5 Sep 2011 21:26:45 +0000 (23:26 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Mon, 5 Sep 2011 21:34:52 +0000 (23:34 +0200)
commitaf0aa50cf5cc4f834f550d375a1f6c095d2483ce
treed3bdd87bd2f4cab009d7c4daeafd9db29bb17250
parenta95fbb914d9dc83d177a96fefd3ae5248c71e9f8
Use Path.build_path instead of using raw string.printf

Fixes a regression introduced by commit 7f7a991aa7689137e166.
Using Path.build_path prevents having double slash (//) in the path
which could be interpreted as comments by the C compiler.

Fixes bug 658296.
vala/valacodecontext.vala
vala/valasourcefile.vala
vapigen/valavapigen.vala