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
* Sanity check in cacaserver.c.
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
a125090228
commit
6f6b3b3ac2
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/cacaserver.c
+ 3
- 0
src/cacaserver.c
View File
@@ -224,6 +224,9 @@ int main(void)
server->qq = cucul_load(buf, size);
if(!server->qq)
continue; /* Load error */
/* Free the previous export buffer, if any */
if(server->ex)
{
Write
Preview
Loading…
Cancel
Save