Ignore:
Timestamp:
08/04/09 01:26:23 (4 years ago)
Author:
sam
Message:

Fix a typo in the VGA driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca/driver/vga.c

    r3569 r3624  
    117117    int x, y, i; 
    118118 
    119     for(i = 0; i < caca_get_dirty_rectangle_count(dp->cv); i++) 
     119    for(i = 0; i < caca_get_dirty_rect_count(dp->cv); i++) 
    120120    { 
    121121        char *screen = (char *)(intptr_t)0x000b8000; 
Note: See TracChangeset for help on using the changeset viewer.