|  | @@ -757,7 +757,7 @@ int IDN_CommentVisit(laCommentNode* n, laNodeVisitInfo* vi){
 | 
	
		
			
				|  |  |  int IDN_CommentEval(laCommentNode* n){ return 1; }
 | 
	
		
			
				|  |  |  void IDN_CommentCopy(laCommentNode* new, laCommentNode* old, int DoRematch){
 | 
	
		
			
				|  |  |      if(DoRematch){ return; }
 | 
	
		
			
				|  |  | -    strSafeSet(new->Content,old->Content?old->Content->Ptr:0);
 | 
	
		
			
				|  |  | +    strSafeSet(&new->Content,old->Content?old->Content->Ptr:0);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  void laui_CommentNode(laUiList *uil, laPropPack *This, laPropPack *Extra, laColumn *UNUSED, int context){
 | 
	
		
			
				|  |  |      laColumn* c=laFirstColumn(uil); laCommentNode*n=This->EndInstance;
 |