From 00ce9892262bf3f84d3dfef2d37e0b0903195b81 Mon Sep 17 00:00:00 2001 From: luedi Date: Sun, 28 Jan 2007 11:09:54 +0000 Subject: [PATCH] auto_props: forgot to specify the config file from the commandline git-svn-id: http://vss2svn.googlecode.com/svn/trunk@285 2cfd5912-9055-84bd-9a12-e3c18a4b6e42 --- script/vss2svn.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vss2svn.pl b/script/vss2svn.pl index ae2fbe5..614b983 100755 --- a/script/vss2svn.pl +++ b/script/vss2svn.pl @@ -833,7 +833,7 @@ EOSQL $action_sth = $gCfg{dbh}->prepare($sql); - my $autoprops = Vss2Svn::Dumpfile::AutoProps->new() if $gCfg{auto_props}; + my $autoprops = Vss2Svn::Dumpfile::AutoProps->new($gCfg{auto_props}) if $gCfg{auto_props}; my $dumpfile = Vss2Svn::Dumpfile->new($fh, $autoprops); REVISION: -- 2.11.4.GIT