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

Commit6ee01e2

Browse files
committed
Fix Perl warning
Use of uninitialized value $content in concatenation (.) or string
1 parent5edf438 commit6ee01e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/perl/PostgreSQL/Test/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ sub string_replace_file
564564
{
565565
my ($filename,$find,$replace) =@_;
566566
open(my$in,'<',$filename);
567-
my$content;
567+
my$content ='';
568568
while (<$in>)
569569
{
570570
$_ =~s/$find/$replace/;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp