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

Commit7fab608

Browse files
committed
Add configure test to see whether vsnprintf() is present,
separately from snprintf() --- HPUX, for one, has snprintf but notvsnprintf. Fix a minor typo in snprintf.c, too.
1 parentcd6bc85 commit7fab608

File tree

6 files changed

+190
-105
lines changed

6 files changed

+190
-105
lines changed

‎src/backend/port/snprintf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ typedef unsigned long long ulong_long;
7373
* causing nast effects.
7474
**************************************************************/
7575

76-
/*static char _id[] = "$Id: snprintf.c,v 1.15 1998/12/24 05:28:50 momjian Exp $";*/
76+
/*static char _id[] = "$Id: snprintf.c,v 1.16 1999/01/17 03:22:49 tgl Exp $";*/
7777
staticchar*end;
7878
staticintSnprfOverflow;
7979

@@ -115,7 +115,7 @@ vsnprintf(char *str, size_t count, const char *fmt, va_list args)
115115

116116
staticvoidfmtstr__P((char*value,intljust,intlen,intzpad,intmaxwidth));
117117

118-
#ifndefHAVE_LONG_INT_64
118+
#ifndefHAVE_LONG_LONG_INT_64
119119
staticvoidfmtnum__P((longvalue,intbase,intdosign,intljust,intlen,intzpad));
120120
#else
121121
staticvoidfmtnum__P((long_longvalue,intbase,intdosign,intljust,intlen,intzpad));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp