Content-Length: 259072 | pFad | http://github.com/postgrespro/postgres/commit/2aa84520b3508dda273b9bbffab7bf87f0d98bf8

93 Fix inconsistent variable name in static function of mac8.c · postgrespro/postgres@2aa8452 · GitHub
Skip to content

Commit 2aa8452

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 Vilela Discussion: https://postgr.es/m/MN2PR18MB292755AEFF9A9144B220ABEEE34B0@MN2PR18MB2927.namprd18.prod.outlook.com
1 parent 4cb658a commit 2aa8452

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
#define lobits(addr) \
3636
((unsigned long)(((addr)->e<<24) | ((addr)->f<<16) | ((addr)->g<<8) | ((addr)->h)))
3737

38-
static unsigned char hex2_to_uchar(const unsigned char *str, const unsigned char *ptr);
38+
static unsigned char hex2_to_uchar(const unsigned char *ptr, const unsigned char *str);
3939

4040
static const signed char hexlookup[128] = {
4141
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/2aa84520b3508dda273b9bbffab7bf87f0d98bf8

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy