mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 61a65490ed
			
		
	
	61a65490ed
	
	
	
		
			
			percentages instead of portions of a 72 character wide line. Patch is trivial and hacky, but no point in redoing it later... :)
		
			
				
	
	
		
			12 lines
		
	
	
		
			381 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			381 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- alt-multi.c	Sun Apr 14 10:03:19 2002
 | |
| +++ multi.c	Tue May 22 20:52:33 2001
 | |
| @@ -287,7 +287,7 @@
 | |
|                   && *params != '\n' && *params != '@')
 | |
|              params++;
 | |
|            setup_output_environment (i,
 | |
| -                     (int) ((columnfrac * 100.00) + 0.49));
 | |
| +                     (int) (columnfrac * (fill_column - current_indent) + .5));
 | |
|          }
 | |
|        }
 | |
|  
 |