[glibmm/gmmproc-refactor: 162/164] Fix an error.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/gmmproc-refactor: 162/164] Fix an error.
- Date: Fri, 13 Jul 2012 17:38:25 +0000 (UTC)
commit dcdd6d60a8cf9d8b72c8ad6b91ad6b239cb3fc61
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Fri Jul 13 19:14:25 2012 +0200
Fix an error.
WrapParser has no nl function - the function using it should be moved
to Output directory anyway (as TODO says).
tools/pm/Common/WrapParser.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/pm/Common/WrapParser.pm b/tools/pm/Common/WrapParser.pm
index 5b6b986..475cbf1 100644
--- a/tools/pm/Common/WrapParser.pm
+++ b/tools/pm/Common/WrapParser.pm
@@ -2919,7 +2919,7 @@ sub _on_config_include
my $include_file = shift (@args);
my $section_manager = $self->get_section_manager ();
my $section = Common::Output::Shared::get_section ($self, Common::Sections::H_BEGIN);
- my $code_string = nl (join ('', '#include <', $include_file, '>'));
+ my $code_string = Common::Output::Shared::nl (join ('', '#include <', $include_file, '>'));
$section_manager->append_string_to_section ($code_string,
$section);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]