git » fp-git.git » commit 8474d0b

bugfix

author ecalot
2004-06-18 21:15:39 UTC
committer ecalot
2004-06-18 21:15:39 UTC
parent e5c1025e6dbc8203dcde8a475fc910416b533771

bugfix

FP/src/ker/kernel.c +1 -1

diff --git a/FP/src/ker/kernel.c b/FP/src/ker/kernel.c
index 8280135..a125c7e 100644
--- a/FP/src/ker/kernel.c
+++ b/FP/src/ker/kernel.c
@@ -38,7 +38,7 @@ int kernel(int optionflag,int level) {
  *  
  * optionflag may be read using hasFlag(name_flag); Note that the variable must be called optionflag
  */
-	printf("Hello, I'm a dummy kernel, I was called to do the stuff\nwith '%x' options and go to the level '%d'\n",optionflag,levels);
+	printf("Hello, I'm a dummy kernel, I was called to do the stuff\nwith '%x' options and go to the level '%d'\n",optionflag,level);
 	return 0;
 }