Obtained from:
Submitted by:
Reviewed by:

  Ick.  A message to make one's head spin in infinite recursion.  Fixed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2000-06-01 14:48:41 +00:00
parent 4fe948c507
commit 8fa23df7aa

View File

@ -36,7 +36,7 @@ sub tovc6 {
if ($verchg) {
unlink $_;
rename $tname, $_;
print "Converted VC6 project " . $_ . " to VC5 in " . $File::Find::dir . "\n";
print "Converted VC5 project " . $_ . " to VC6 in " . $File::Find::dir . "\n";
}
else {
unlink $tname;