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

Commit5c49559

Browse files
committed
\(rs should be \\(rs, per Tom.
1 parent82358ca commit5c49559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/print.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.56 2005/06/0915:27:27 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.57 2005/06/0918:40:06 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"common.h"
@@ -1006,7 +1006,7 @@ troff_ms_escaped_print(const char *in, FILE *fout)
10061006
switch (*p)
10071007
{
10081008
case'\\':
1009-
fputs("\(rs",fout);
1009+
fputs("\\(rs",fout);
10101010
break;
10111011
default:
10121012
fputc(*p,fout);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp