Gets around VC++ compiler pickiness. (long != double)
PR:
This commit is contained in:
		@@ -618,7 +618,7 @@ fmtfp(
 | 
			
		||||
 | 
			
		||||
    if (fracpart >= pow10(max)) {
 | 
			
		||||
        intpart++;
 | 
			
		||||
        fracpart -= pow10(max);
 | 
			
		||||
        fracpart -= (long)pow10(max);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* convert integer part */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user