Author: abrander
Date: 2009-07-19 19:45:28 +0200 (Sun, 19 Jul 2009)
New Revision: 2595

Modified:
   trunk/plugins/resample/resample.c
Log:
Fixed copy'n'paste typo.

Modified: trunk/plugins/resample/resample.c
===================================================================
--- trunk/plugins/resample/resample.c   2009-07-19 17:27:46 UTC (rev 2594)
+++ trunk/plugins/resample/resample.c   2009-07-19 17:45:28 UTC (rev 2595)
@@ -414,7 +414,7 @@
        RSResample *resample = RS_RESAMPLE(filter);
 
        if (resample->new_height == -1)
-               return rs_filter_get_width(filter->previous);
+               return rs_filter_get_height(filter->previous);
        else
                return resample->new_height;
 }


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to