changeset 1792:f93f05ecd5c8 draft

fix
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Wed, 04 Dec 2013 16:56:46 +0900
parents 2cf6b9020b06
children 044b5bd12ef0
files example/string_args/ppe/Exec.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/example/string_args/ppe/Exec.cc	Wed Dec 04 14:13:48 2013 +0900
+++ b/example/string_args/ppe/Exec.cc	Wed Dec 04 16:56:46 2013 +0900
@@ -30,7 +30,7 @@
     s->printf("num        : %d\n",task_size);
     s->printf("arg1 word  : %s\n",search_word);
 
-    for(int i = 0; i < 5; i++){
+    for(int i = 0; i < 4; i++){
         if(table[i] == 100) break;
     }