Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3381898

Browse files
committed
MSVC: Repair libpq.rc generator.
It generates an empty file, so libpq.dll advertises no versioninformation. Commitfacde2amistranslated "print O;" in this one place.
1 parentec4073f commit3381898

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)

[8]ページ先頭

©2009-2025 Movatter.jp