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

Commit2aa8452

Browse files
committed
Fix inconsistent variable name in static function of mac8.c
Both argument names were reversed in the declaration of the function.Author: Ranier VilelaDiscussion:https://postgr.es/m/MN2PR18MB292755AEFF9A9144B220ABEEE34B0@MN2PR18MB2927.namprd18.prod.outlook.com
1 parent4cb658a commit2aa8452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/mac8.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#definelobits(addr) \
3636
((unsigned long)(((addr)->e<<24) | ((addr)->f<<16) | ((addr)->g<<8) | ((addr)->h)))
3737

38-
staticunsignedcharhex2_to_uchar(constunsignedchar*str,constunsignedchar*ptr);
38+
staticunsignedcharhex2_to_uchar(constunsignedchar*ptr,constunsignedchar*str);
3939

4040
staticconstsignedcharhexlookup[128]= {
4141
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp