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

Commitfa03c26

Browse files
adunstanpull[bot]
authored andcommitted
Fix thinko in720e032
1 parent8fba367 commitfa03c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/isn/isn.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ isn_out(PG_FUNCTION_ARGS)
942942
char*result;
943943
charbuf[MAXEAN13LEN+1];
944944

945-
(void)ean2string(val,fcinfo->context,buf, true);
945+
(void)ean2string(val,false,buf, true);
946946

947947
result=pstrdup(buf);
948948
PG_RETURN_CSTRING(result);
@@ -958,7 +958,7 @@ ean13_out(PG_FUNCTION_ARGS)
958958
char*result;
959959
charbuf[MAXEAN13LEN+1];
960960

961-
(void)ean2string(val,fcinfo->context,buf, false);
961+
(void)ean2string(val,false,buf, false);
962962

963963
result=pstrdup(buf);
964964
PG_RETURN_CSTRING(result);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp