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
* Fix minor uninitialised data bug in cucul_canvas_create().
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
fae8b54e54
commit
39553873fd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cucul/cucul.c
+ 1
- 0
cucul/cucul.c
View File
@@ -59,6 +59,7 @@ cucul_canvas_t * cucul_create_canvas(unsigned int width, unsigned int height)
cv->refcount = 0;
cv->curattr = 0x00000000;
cucul_set_color_ansi(cv, CUCUL_DEFAULT, CUCUL_TRANSPARENT);
cv->width = cv->height = 0;
Write
Preview
Loading…
Cancel
Save