mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	v4l2: fix printf format
This commit is contained in:
		
							parent
							
								
									9062182985
								
							
						
					
					
						commit
						34be6c76a6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -86,7 +86,7 @@ static int emit_info(struct impl *this, bool full)
 | 
				
			||||||
	/* encode device number into a json array */
 | 
						/* encode device number into a json array */
 | 
				
			||||||
	spa_strbuf_init(&buf, devices_str, sizeof(devices_str));
 | 
						spa_strbuf_init(&buf, devices_str, sizeof(devices_str));
 | 
				
			||||||
	spa_strbuf_append(&buf, "[ ");
 | 
						spa_strbuf_append(&buf, "[ ");
 | 
				
			||||||
	spa_strbuf_append(&buf, (char *)this->props.devnum);
 | 
						spa_strbuf_append(&buf, "%s", this->props.devnum);
 | 
				
			||||||
	spa_strbuf_append(&buf, " ]");
 | 
						spa_strbuf_append(&buf, " ]");
 | 
				
			||||||
	ADD_ITEM(SPA_KEY_DEVICE_DEVIDS, devices_str);
 | 
						ADD_ITEM(SPA_KEY_DEVICE_DEVIDS, devices_str);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue