mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 11:24:16 +01:00 
			
		
		
		
	* string -> shortstring
This commit is contained in:
		
							parent
							
								
									05620b271d
								
							
						
					
					
						commit
						08200fffa1
					
				@ -117,9 +117,9 @@ End;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{ QNX stores its timezone information, in POSIX format }
 | 
					{ QNX stores its timezone information, in POSIX format }
 | 
				
			||||||
{ in the /etc/TIMEZONE file.                           }
 | 
					{ in the /etc/TIMEZONE file.                           }
 | 
				
			||||||
function GetTimezoneString: string;
 | 
					function GetTimezoneString: shortstring;
 | 
				
			||||||
var
 | 
					var
 | 
				
			||||||
 s: string;
 | 
					 s: shortstring;
 | 
				
			||||||
 T: text;
 | 
					 T: text;
 | 
				
			||||||
begin
 | 
					begin
 | 
				
			||||||
 GetTimeZoneString:=''; 
 | 
					 GetTimeZoneString:=''; 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user