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

Commite12d732

Browse files
committed
Fix spurious tab character
1 parent6a61308 commite12d732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/preproc/ecpg.trailer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ connection_target: opt_database_name opt_server opt_port
9090
strncmp($3 + strlen("//"), "127.0.0.1", strlen("127.0.0.1")) != 0)
9191
mmerror(PARSE_ERROR, ET_ERROR, "Unix-domain sockets only work on \"localhost\" but not on \"%s\"", $3 + strlen("//"));
9292

93-
$$ = make3_str(make3_str(mm_strdup("\""), $1, mm_strdup(":")), $3, make3_str(make3_str($4, mm_strdup("/"), $6),$7, mm_strdup("\"")));
93+
$$ = make3_str(make3_str(mm_strdup("\""), $1, mm_strdup(":")), $3, make3_str(make3_str($4, mm_strdup("/"), $6),$7, mm_strdup("\"")));
9494
}
9595
| char_variable
9696
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp