Changeset 2698


Ignore:
Timestamp:
08/11/08 22:02:25 (5 years ago)
Author:
sam
Message:
  • context.c: fix an old bug that was incorrectly rounding down blur values.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/pipi/context.c

    r2696 r2698  
    122122        va_end(ap); 
    123123        src = ctx->images[ctx->nimages - 1]; 
    124         dst = pipi_gaussian_blur(src, atoi(arg)); 
     124        dst = pipi_gaussian_blur(src, atof(arg)); 
    125125        if(dst == NULL) 
    126126            return -1; 
Note: See TracChangeset for help on using the changeset viewer.