|
65 | 65 | * causing nasty effects.
|
66 | 66 | **************************************************************/
|
67 | 67 |
|
68 |
| -/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.14 2005/03/02 15:07:09 momjian Exp $";*/ |
| 68 | +/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.15 2005/03/02 15:32:39 momjian Exp $";*/ |
69 | 69 |
|
70 | 70 | intsnprintf(char*str,size_tcount,constchar*fmt,...);
|
71 | 71 | intvsnprintf(char*str,size_tcount,constchar*fmt,va_listargs);
|
@@ -269,7 +269,7 @@ dopr(char *buffer, const char *format, va_list args, char *end)
|
269 | 269 | longflag=1;
|
270 | 270 | gotonextch;
|
271 | 271 | case'I':
|
272 |
| -if (*(format+1)=='6'&&*(format+2)=='4') |
| 272 | +if (*format=='6'&&*(format+1)=='4') |
273 | 273 | {
|
274 | 274 | format+=2;
|
275 | 275 | longlongflag=1;
|
|