File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/utils/mb/conversion_procs/euc_jp_and_sjis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
8
* IDENTIFICATION
9
- * $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c,v 1.9 2004/12/31 22:01:53 pgsql Exp $
9
+ * $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c,v 1.10 2005/06/10 16:43:56 ishii Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -126,7 +126,7 @@ mic_to_euc_jp(PG_FUNCTION_ARGS)
126
126
Assert (PG_GETARG_INT32 (1 ) == PG_EUC_JP );
127
127
Assert (len >= 0 );
128
128
129
- mic2sjis (src , dest , len );
129
+ mic2euc_jp (src , dest , len );
130
130
131
131
PG_RETURN_VOID ();
132
132
}
You can’t perform that action at this time.
0 commit comments