Changeset 6982


Ignore:
Timestamp:
02/28/12 07:03:48 (16 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/ps.c

    r6850 r6982  
    759759  (void) FormatLocaleString(density,MaxTextExtent,"%gx%g", 
    760760    image->resolution.x,image->resolution.y); 
    761   if (image_info->page != (char *) NULL) 
    762     (void) FormatLocaleString(options,MaxTextExtent,"-g%.20gx%.20g ",(double) 
    763       page.width,(double) page.height); 
     761  (void) FormatLocaleString(options,MaxTextExtent,"-g%.20gx%.20g ",(double) 
     762    page.width,(double) page.height); 
    764763  read_info=CloneImageInfo(image_info); 
    765764  *read_info->magick='\0'; 
Note: See TracChangeset for help on using the changeset viewer.