mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			335 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			335 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- task-3.0.2-origin/taskchampion/lib/src/atomic.rs
 | |
| +++ task-3.0.2/taskchampion/lib/src/atomic.rs
 | |
| @@ -22,7 +22,7 @@
 | |
|  
 | |
|      unsafe fn from_ctype(self) -> Option<DateTime<Utc>> {
 | |
|          if self != 0 {
 | |
| -            return Some(utc_timestamp(self));
 | |
| +            return Some(utc_timestamp(self.into()));
 | |
|          }
 | |
|          None
 | |
|      }
 |