[glibmm/gmmproc-refactor] Don't interleave hand-written code in templates with newlines.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/gmmproc-refactor] Don't interleave hand-written code in templates with newlines.
- Date: Sun, 22 Jul 2012 18:16:16 +0000 (UTC)
commit fa23bd418ab5fd07f7b4e0f9e2e1c9d08f1bacd5
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Sun Jul 22 16:32:58 2012 +0200
Don't interleave hand-written code in templates with newlines.
tools/pm/Common/Gmmproc.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/pm/Common/Gmmproc.pm b/tools/pm/Common/Gmmproc.pm
index c974f6c..17b5609 100644
--- a/tools/pm/Common/Gmmproc.pm
+++ b/tools/pm/Common/Gmmproc.pm
@@ -153,7 +153,7 @@ sub _read_all_bases
my $str = join "\n",
'_INSERT_SECTION(SECTION_CCG_BEGIN)',
'',
- $fd->getlines,
+ join ('', $fd->getlines ()),
'',
'_INSERT_SECTION(SECTION_CCG_END)',
'';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]