git
/
fp-git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60c8b1
)
deleted testing abstraction violations
author
ecalot
<ecalot>
Mon, 21 Jun 2004 21:47:55 +0000
(21:47 +0000)
committer
ecalot
<ecalot>
Mon, 21 Jun 2004 21:47:55 +0000
(21:47 +0000)
FP/src/ker/kernel.c
patch
|
blob
|
history
diff --git
a/FP/src/ker/kernel.c
b/FP/src/ker/kernel.c
index a69d21727050d567968339d3cf425f1774cb8cdf..113256c4c52f58c3b1372a44fc9e2cb414ebe4ef 100644
(file)
--- a/
FP/src/ker/kernel.c
+++ b/
FP/src/ker/kernel.c
@@
-61,8
+61,8
@@
int kernel(int optionflag,int level) {
);
for (i=0;i<testResource->frames;i++) {
- /* Note: for the moment there is a testing abstraction violation here */
-
printf("frame %d: size=%d\n",i,((tMemory*)(testResource->pFrames[i]))->size
);
+ printf("frame %d\n",i);
+
outputDrawBitmap(testResource->pFrames[i],3,3
);
}
outputStop();