git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94605c9
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:05:12 +0000
(20:05 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 12:05:12 +0000
(20:05 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
ffc138d
..
ccb5dac
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-291,7
+291,7
@@
void motion(int x, int y) {
}
\r
\r
starty = y;
\r
- printf("zoom is %f, y is %
f starty is %f
\n", zoom, y, starty);
\r
+ printf("zoom is %f, y is %
d starty is %d
\n", zoom, y, starty);
\r
startx = x;
\r
\r
break;
\r
UCC
git Repository :: git.ucc.asn.au