mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-30 00:04:49 -04:00 
			
		
		
		
	snprintf() %I64d code fix.
This commit is contained in:
		
							parent
							
								
									bb7a3a740c
								
							
						
					
					
						commit
						022ece2cf1
					
				| @ -65,7 +65,7 @@ | |||||||
|  * causing nasty effects. |  * causing nasty effects. | ||||||
|  **************************************************************/ |  **************************************************************/ | ||||||
| 
 | 
 | ||||||
| /*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.13 2005/03/02 14:48:22 momjian Exp $";*/ | /*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.14 2005/03/02 15:07:09 momjian Exp $";*/ | ||||||
| 
 | 
 | ||||||
| int			snprintf(char *str, size_t count, const char *fmt,...); | int			snprintf(char *str, size_t count, const char *fmt,...); | ||||||
| int			vsnprintf(char *str, size_t count, const char *fmt, va_list args); | int			vsnprintf(char *str, size_t count, const char *fmt, va_list args); | ||||||
| @ -276,6 +276,7 @@ dopr(char *buffer, const char *format, va_list args, char *end) | |||||||
| 							longflag = 1; | 							longflag = 1; | ||||||
| 							goto nextch; | 							goto nextch; | ||||||
| 						} | 						} | ||||||
|  | 						break; | ||||||
| 					case 'u': | 					case 'u': | ||||||
| 					case 'U': | 					case 'U': | ||||||
| 						/* fmtnum(value,base,dosign,ljust,len,zpad,&output) */ | 						/* fmtnum(value,base,dosign,ljust,len,zpad,&output) */ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user