Skip to content

Commit

Permalink
Fixed crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
irungentoo committed Feb 6, 2015
1 parent 61a98c8 commit 8ed4616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win32/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum {
};

//HBITMAP bitmap[32];
void *bitmap[32];
void *bitmap[BM_CI1 + 1];
HFONT font[32];
HCURSOR cursors[8];
HICON my_icon, unread_messages_icon;
Expand Down
2 changes: 1 addition & 1 deletion xlib/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GC gc;
Colormap cmap;
Visual *visual;

Picture bitmap[32];
Picture bitmap[BM_CI1 + 1];

Cursor cursors[8];

Expand Down

0 comments on commit 8ed4616

Please sign in to comment.