summaryrefslogtreecommitdiff
path: root/modules/VC7ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-03-02 17:16:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-03-02 17:16:48 +0000
commite4222f7a4fa669d7c06db0d23e031350737757fb (patch)
tree9f15b8995f3e957b0280afabd1e7de0da20b0eb3 /modules/VC7ProjectCreator.pm
parente65fdea1d3ce11e0fc1043d64fd4ea140001d2ae (diff)
downloadMPC-e4222f7a4fa669d7c06db0d23e031350737757fb.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7ProjectCreator.pm')
-rw-r--r--modules/VC7ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/VC7ProjectCreator.pm b/modules/VC7ProjectCreator.pm
index 4429197c..e6fbc9a7 100644
--- a/modules/VC7ProjectCreator.pm
+++ b/modules/VC7ProjectCreator.pm
@@ -80,7 +80,7 @@ sub fill_value {
if ($name eq 'guid') {
my($guid) = new GUID();
$value = $guid->generate($self->project_file_name(),
- $self->get_current_input(),
+ $self->{'current_input'},
$self->getcwd());
}
elsif ($name eq 'vcversion') {