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

Commitf52add9

Browse files
committed
Fix compile warning
1 parent60d50d5 commitf52add9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎vops.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4004,8 +4004,9 @@ vops_get_rangevar(List* from, int relno)
40044004
if (rv!=NULL)
40054005
returnrv;
40064006
}
4007-
Assert(false);
4007+
returnNULL;
40084008
}
4009+
40094010
/*
40104011
* Try to substitute tables with their VOPS projections.
40114012
* Criterias for such substitution:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp