The following commit has been merged in the master branch:
commit daf52011238f1e95e20a35283705728ab19761a0
Author: Andrei Zavada <[email protected]>
Date: Sat Jul 13 01:25:28 2013 +0300
fix a cute copypasto in SExpDesignUI::figure_binsize_item()
diff --git a/src/aghermann/ui/mw/mw.cc b/src/aghermann/ui/mw/mw.cc
index 5cede6e..7ee9dd0 100644
--- a/src/aghermann/ui/mw/mw.cc
+++ b/src/aghermann/ui/mw/mw.cc
@@ -404,7 +404,7 @@ aghui::SExpDesignUI::
figure_binsize_item()
{
size_t i = 0;
- while ( FFTPageSizeValues[i] < ED->fft_params.pagesize )
+ while ( FFTBinSizeValues[i] < ED->fft_params.binsize )
++i;
return i;
}
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit