fix(3p/nix/libstore): Fix mistake introduced by bracing changes
This statement got included in a loop when it shouldn't have been. At least it led to some funny derivation files!
This commit is contained in:
		
							parent
							
								
									1841d93ccb
								
							
						
					
					
						commit
						0b8415124d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								third_party/nix/src/libstore/derivations.cc
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								third_party/nix/src/libstore/derivations.cc
									
										
									
									
										vendored
									
									
								
							|  | @ -200,8 +200,8 @@ static void printString(string& res, const string& s) { | |||
|     } else { | ||||
|       res += *i; | ||||
|     } | ||||
|     res += '"'; | ||||
|   } | ||||
|   res += '"'; | ||||
| } | ||||
| 
 | ||||
| template <class ForwardIterator> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue