summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Config/Menu.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/FML/Config/Menu.pm')
-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";