[med-svn] [SCM] aghermann branch, master, updated. 3603e7ef1289f9ec79a3eb415b6d141166e9498a

Andrei Zavada johnhommer at gmail.com
Sun Jul 14 22:28:21 UTC 2013


The following commit has been merged in the master branch:
commit daf52011238f1e95e20a35283705728ab19761a0
Author: Andrei Zavada <johnhommer at gmail.com>
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



More information about the debian-med-commit mailing list