Mercurial > geeqie
view src/icons/marker.xpm @ 1788:6a88c55c6f68
copy_file(): remove incomplete file on error (bug 2890715)
The behavior changed, data is first written to a temporary file,
which is unlinked in case of error, then the tempfile is renamed
to the final name.
Size of buffer was increased from 4k to 16k.
author | zas_ |
---|---|
date | Sun, 10 Jan 2010 14:23:29 +0000 |
parents | d907d608745f |
children |
line wrap: on
line source
/* XPM */ static char * marker_xpm[] = { "26 32 3 1", " c None", ". c #000000", "+ c #FF0000", " .... ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .. .++. .. ", " .+. .++. .+. ", " .++. .++. .++. ", " .+++. .++. .+++. ", ".....++++. .++. .++++.....", ".+++++++++..++..+++++++++.", ".++++++++++.++.++++++++++.", ".+++++++++..++..+++++++++.", ".....++++. .++. .++++.....", " .+++. .++. .+++. ", " .++. .++. .++. ", " .+. .++. .+. ", " .. .++. .. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .++. ", " .... "};