mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			449 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			449 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| #https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26412/diffs#961ab7ed8701436ae6dfa236ad9fd2e113c50859
 | |
| 
 | |
| --- a/provider/client/ECGenericProp.cpp
 | |
| +++ b/provider/client/ECGenericProp.cpp
 | |
| @@ -854,7 +854,7 @@
 | |
|  			++nProblem;
 | |
|  			continue;
 | |
|  		}
 | |
| -		auto hrT = HrDeleteRealProp(lpPropTagArray->aulPropTag[i],FALSE);
 | |
| +		auto hrT = HrDeleteRealProp(lpPropTagArray->aulPropTag[i],false);
 | |
|  		if (hrT == hrSuccess)
 | |
|  			continue;
 | |
|  		// Add the error
 |