Changeset 3214 for libcaca/trunk
- Timestamp:
- Nov 2, 2008, 8:28:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/codec/export.c
r3209 r3214 489 489 cur = data = malloc(*bytes); 490 490 491 cur += sprintf(cur, "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" >\n");491 cur += sprintf(cur, "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" summary=\"[libcaca canvas html3 export]\">\n"); 492 492 493 493 for(y = 0; y < cv->height; y++)
Note: See TracChangeset
for help on using the changeset viewer.