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
libcaca: fix a minor warning on DOS targets.
tags/v0.99.beta16
Sam Hocevar
sam
16 years ago
parent
12d60187fa
commit
149a29b38e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
caca/figfont.c
+ 2
- 0
caca/figfont.c
View File
@@ -285,7 +285,9 @@ int caca_flush_figlet(caca_canvas_t *cv)
static caca_figfont_t * open_figfont(char const *path)
{
#if !defined __KERNEL__ && defined HAVE_SNPRINTF
char altpath[2048];
#endif
char buf[2048];
char hardblank[10];
caca_figfont_t *ff;
Write
Preview
Loading…
Cancel
Save