summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Config
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-08-10 12:55:32 +0000
committerfukachan <fukachan>2005-08-10 12:55:32 +0000
commit33512fe5b6bd26bff92a98a169b166f1d042a183 (patch)
tree703ad4ae12e2f73b7b775501ffa65a384dbc24b2 /fml/lib/FML/Config
parent7e2cb8f5ad2d0bc55b8b1d332601915284442a51 (diff)
downloadfml8-33512fe5b6bd26bff92a98a169b166f1d042a183.tar.gz
fml8-33512fe5b6bd26bff92a98a169b166f1d042a183.tar.bz2
fml8-33512fe5b6bd26bff92a98a169b166f1d042a183.zip
FNF:
s/temp_file_path/tmp_file_path/g; s/tmp_files_clean_up/tmp_file_cleanup/g;
Diffstat (limited to 'fml/lib/FML/Config')
-rw-r--r--fml/lib/FML/Config/Menu.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Config/Menu.pm b/fml/lib/FML/Config/Menu.pm
index 74a3b52e..47ef96e8 100644
--- a/fml/lib/FML/Config/Menu.pm
+++ b/fml/lib/FML/Config/Menu.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Menu.pm,v 1.4 2005/06/04 08:49:07 fukachan Exp $
+# $FML: Menu.pm,v 1.5 2005/06/04 08:51:29 fukachan Exp $
#
package FML::Config::Menu;
@@ -242,7 +242,7 @@ sub rewrite_config_cf
# 1. save output into $tmp_file.
my $output = $self->{ _output } || '';
- my $tmp_file = $curproc->temp_file_path();
+ my $tmp_file = $curproc->tmp_file_path();
my $wh = new FileHandle ">> $tmp_file";
if (defined $wh) {
print $wh "\n";