Skip to content

Commit 3381898

Browse files
committed
MSVC: Repair libpq.rc generator.
It generates an empty file, so libpq.dll advertises no version information. Commit facde2a mistranslated "print O;" in this one place.
1 parent ec4073f commit 3381898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Solution.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ s{PG_VERSION_STR "[^"]+"}{PG_VERSION_STR "PostgreSQL $self->{strver}$extraver, c
392392
while (<$i>)
393393
{
394394
s/(VERSION.*),0/$1,$d/;
395-
print $o;
395+
print $o $_;
396396
}
397397
close($i);
398398
close($o);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy