mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Make decoder.f90 functional on Windows if exe_dir contains a space. (Temporary commit until we have a better solution).
This commit is contained in:
		
							parent
							
								
									db51d7f61b
								
							
						
					
					
						commit
						c8f72e5eec
					
				@ -153,7 +153,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
 | 
				
			|||||||
           if(cmnd(i:i).eq.char(92)) cmnd(i:i)='/'
 | 
					           if(cmnd(i:i).eq.char(92)) cmnd(i:i)='/'
 | 
				
			||||||
        enddo
 | 
					        enddo
 | 
				
			||||||
        call execute_command_line(cmnd,exitstat=ierr)
 | 
					        call execute_command_line(cmnd,exitstat=ierr)
 | 
				
			||||||
        if(ierr.ne.0) print*,trim(cmnd),' failed'
 | 
					        if(ierr.ne.0) call execute_command_line('.\sfrx '//'"'//trim(temp_dir)//'/fort.47"')
 | 
				
			||||||
     else
 | 
					     else
 | 
				
			||||||
        call timer('decft8  ',0)
 | 
					        call timer('decft8  ',0)
 | 
				
			||||||
        newdat=params%newdat
 | 
					        newdat=params%newdat
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user