Code review comment for lp:~agronick/vocal/vocal

Revision history for this message
Kyle (agronick) wrote :

I also fixed the bug that was causing the segfault with certain feeds. This was from accessing an array out of bounds in Eppisode.vala if the dates are not formatted correctly. After checking the length of the array it was displaying "(null)" where the dates are set to appear on the sidepane. I made it so it shows an empty string instead.

« Back to merge proposal