MSVC: Repair libpq.rc generator.

It generates an empty file, so libpq.dll advertises no version
information.  Commit facde2a98f
mistranslated "print O;" in this one place.
This commit is contained in:
Noah Misch 2017-07-09 00:43:17 -07:00
parent ec4073f641
commit 3381898f98
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ s{PG_VERSION_STR "[^"]+"}{PG_VERSION_STR "PostgreSQL $self->{strver}$extraver, c
while (<$i>)
{
s/(VERSION.*),0/$1,$d/;
print $o;
print $o $_;
}
close($i);
close($o);