Changeset 1245
- Timestamp:
- Oct 27, 2006, 9:26:35 PM (17 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/DotNet/test.cs
r1051 r1245 58 58 } 59 59 60 61 60 /* Force deletion of our instance for fun */ 62 61 qq.Dispose(); -
libcaca/trunk/cucul/import.c
r1238 r1245 407 407 { 408 408 unsigned int bytes; 409 /* Probably a wrong thing */ 410 if(((char const *)(buffer + i))[0] == 0) 411 { 412 goto end; 413 } 409 414 ch = cucul_utf8_to_utf32((char const *)(buffer + i), &bytes); 410 415 wch = cucul_utf32_is_fullwidth(ch) ? 2 : 1; … … 440 445 cucul_set_canvas_size(cv, width, height = y); 441 446 } 442 447 end: 443 448 return cv; 444 449 }
Note: See TracChangeset
for help on using the changeset viewer.