Changeset 3495 for libcaca/trunk/src/cacaplay.c
- Timestamp:
- May 21, 2009, 10:55:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/cacaplay.c
r3474 r3495 1 1 /* 2 2 * cacaplay caca file player 3 * Copyright (c) 2006 Sam Hocevar <sam@zoy.org>3 * Copyright (c) 2006-2009 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 5 * … … 90 90 } 91 91 92 bytes = caca_import_ memory(app, buf, total, "caca");92 bytes = caca_import_canvas_from_memory(app, buf, total, "caca"); 93 93 94 94 if(bytes > 0)
Note: See TracChangeset
for help on using the changeset viewer.