Don't crash trying to display invalid timestamps.
commit40b905e57c59d824bca89c3e2b62aabfed596b36
authorThomas Leonard <talex5@gmail.com>
Sun, 2 Mar 2008 18:37:25 +0000 (2 18:37 +0000)
committerThomas Leonard <talex5@gmail.com>
Sun, 2 Mar 2008 18:37:25 +0000 (2 18:37 +0000)
treeb39fa246e59cc22fb33026212202debaafd73fac
parentc00c31046e7d0f4b9e7a6a8584c993c6d6b5182f
Don't crash trying to display invalid timestamps.

localtime() can return NULL if the input is out-of-range.
ROX-Filer/src/support.c