[Avida-SVN] r2040 - development/source/analyze

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Mon Sep 3 15:24:41 PDT 2007


Author: brysonda
Date: 2007-09-03 18:24:41 -0400 (Mon, 03 Sep 2007)
New Revision: 2040

Modified:
   development/source/analyze/cAnalyze.cc
Log:
Another small fix for END command handling in cAnalyze.

Modified: development/source/analyze/cAnalyze.cc
===================================================================
--- development/source/analyze/cAnalyze.cc	2007-09-03 01:05:31 UTC (rev 2039)
+++ development/source/analyze/cAnalyze.cc	2007-09-03 22:24:41 UTC (rev 2040)
@@ -7982,7 +7982,7 @@
     
     if (command == "END") {
       // We are done with this section of code; break out...
-      break;
+      return i;
     } else if (command_def != NULL && command_def->IsFlowCommand() == true) {
       // This code has a body to it... fill it out!
       cur_command = new cAnalyzeFlowCommand(command, cur_string);




More information about the Avida-cvs mailing list