I KNEW IT
This commit is contained in:
		
							parent
							
								
									b3f1935f2b
								
							
						
					
					
						commit
						663e724111
					
				| 
						 | 
					@ -1369,7 +1369,7 @@ void DivEngine::loadTempIns(DivInstrument* which) {
 | 
				
			||||||
  if (tempIns==NULL) {
 | 
					  if (tempIns==NULL) {
 | 
				
			||||||
    tempIns=new DivInstrument;
 | 
					    tempIns=new DivInstrument;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  memcpy(tempIns,which,sizeof(DivInstrument));
 | 
					  *tempIns=*which;
 | 
				
			||||||
  BUSY_END;
 | 
					  BUSY_END;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue