This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
toilet
mirror of
https://github.com/cacalabs/toilet.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
* Fix a compilation warning due to libcucul API changes.
pull/1/head
Sam Hocevar
sam
16 years ago
parent
f3cdb2921c
commit
ff314b0078
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/caca2tlf.c
+ 1
- 1
tools/caca2tlf.c
View File
@@ -33,7 +33,7 @@ static void add_char(unsigned long int);
cucul_font_t *f;
cucul_canvas_t *out, *onechar;
u
nsigned long in
t const *blocks;
u
int32_
t const *blocks;
uint8_t * image;
unsigned int w, h, gw, fgw, gh, iw, ih;
Write
Preview
Loading…
Cancel
Save