mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	pjsip_transport_events.c: Use %zu printf specifier for size_t.
Partially resolves #143.
(cherry picked from commit c3abc4d536)
			
			
This commit is contained in:
		
				
					committed by
					
						 Asterisk Development Team
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							188d779c47
						
					
				
				
					commit
					070260a67c
				
			| @@ -646,7 +646,7 @@ static char *cli_show_monitors(struct ast_cli_entry *e, int cmd, struct ast_cli_ | ||||
| 			state = "ACTIVE"; | ||||
| 		} | ||||
|  | ||||
| 		ast_cli(a->fd, " %-46.46s   %-10s   %-9s   %6ld   %8" PRIu64 "   %s\n", | ||||
| 		ast_cli(a->fd, " %-46.46s   %-10s   %-9s   %6ld   %8zu   %s\n", | ||||
| 			monitored->key, state, | ||||
| 			monitored->transport->dir == PJSIP_TP_DIR_OUTGOING ? "Outgoing" : "Incoming", | ||||
| 			pj_atomic_get(monitored->transport->ref_cnt), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user