Fix a minor bug in fsg

This commit is contained in:
Michael Raskin 2013-12-11 16:37:08 +04:00
parent 4855b0a22e
commit 9e329b9fd1

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation {
sed -e '
s@currentProbIndex != 100@0@;
' -i MainFrame.cpp
sed -re '/ctrans_prob/s/energy\[center][+]energy\[other]/(int)(fmin(energy[center]+energy[other],99))/g' -i Canvas.cpp
'';
installPhase = ''