This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
18 years ago
parent
921016181f
commit
7e7d2e01b1
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/matrix.c
+ 1
- 1
test/matrix.c
View File
@@ -62,7 +62,7 @@ int main(void)
for(;;)
for(;;)
{
{
int sensorx, sensory;
int sensorx
= 0
, sensory
= 0
;
if(have_hdaps)
if(have_hdaps)
{
{
Write
Preview
Loading…
Cancel
Save