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

Commit022ece2

Browse files
committed
snprintf() %I64d code fix.
1 parentbb7a3a7 commit022ece2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/port/snprintf.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* causing nasty effects.
6666
**************************************************************/
6767

68-
/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.13 2005/03/0214:48:22 momjian Exp $";*/
68+
/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.14 2005/03/0215:07:09 momjian Exp $";*/
6969

7070
intsnprintf(char*str,size_tcount,constchar*fmt,...);
7171
intvsnprintf(char*str,size_tcount,constchar*fmt,va_listargs);
@@ -275,7 +275,8 @@ dopr(char *buffer, const char *format, va_list args, char *end)
275275
longlongflag=1;
276276
longflag=1;
277277
gotonextch;
278-
}
278+
}
279+
break;
279280
case'u':
280281
case'U':
281282
/* fmtnum(value,base,dosign,ljust,len,zpad,&output) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp