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

Commit98b3ae7

Browse files
committed
Add missing colon to getopt() arg.
1 parent08e1664 commit98b3ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/bootstrap/bootstrap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.122 2002/03/02 21:39:21 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.123 2002/03/08 00:42:09 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -248,7 +248,7 @@ BootstrapMain(int argc, char *argv[])
248248
* variable */
249249
}
250250

251-
while ((flag=getopt(argc,argv,"B:dD:Fo:px:"))!=-1)
251+
while ((flag=getopt(argc,argv,"B:d:D:Fo:px:"))!=-1)
252252
{
253253
switch (flag)
254254
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp