view gui/ui/pixmaps/aspect11.xpm @ 35221:93337793866d

Do range check before using the variable for array indexing. The other way round makes little sense...
author reimar
date Wed, 31 Oct 2012 20:29:28 +0000
parents 7139c58dc1ed
children
line wrap: on
line source

/* XPM */
static const char *const aspect11_xpm[] = {
"19 16 3 1 0 0",
"  c #000000",
"! c #FFFFFF",
"# c None",
"###################",
"###################",
"###################",
"#                 #",
"  !!!!!!!!!!!!!!!  ",
" !               ! ",
" !   !       !   ! ",
" !  !!   !  !!   ! ",
" !   !       !   ! ",
" !   !   !   !   ! ",
" !  !!!     !!!  ! ",
" !               ! ",
"  !!!!!!!!!!!!!!!  ",
"#                 #",
"###################",
"###################"
};