kopia lustrzana https://github.com/jamescoxon/dl-fldigi
				
				
				
			Logger32 default folder change
Changed default folder to TempDir from C:\FL_LOGBOOKpull/2/head
							rodzic
							
								
									22b70a52f8
								
							
						
					
					
						commit
						efc4259d69
					
				| 
						 | 
				
			
			@ -70,7 +70,9 @@ void writeADIF () {
 | 
			
		|||
	string sfname;
 | 
			
		||||
 | 
			
		||||
// Append to FL_LOGBOOK adif file on Windows if and only if C:\FL_LOGBOOK exists
 | 
			
		||||
	sfname = "C:/FL_LOGBOOK/log.adif";
 | 
			
		||||
    sfname = TempDir;
 | 
			
		||||
    sfname.append("log.adif");
 | 
			
		||||
//	sfname = "C:/FL_LOGBOOK/log.adif";
 | 
			
		||||
	adiFile = fopen (sfname.c_str(), "a");
 | 
			
		||||
	if (adiFile) {
 | 
			
		||||
// write the current record to the file  
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue