gDelDups - A simple utility to find and delete duplicate files. 2010.07.12 v0.2.1 (GTK2) and v0.1.1 (GTK1) * Bug fix: Due to a huge oversight on my part, v0.2 and v0.1 don't work correctly with files that include spaces in their names. The problem was that the sscanf line in AppCheckDups() was reading the ~/.deldups.stmp file and only extracting the filename up to the first space (' ') character. The fix was to read the ~/.deldups.stmp file using sscanf to extract the checksum only and using strcpy to extract the filename up to the newline ('\n') character. My apologies to anyone who downloaded v0.2 or v0.1. -- 2010.06.26 v0.2 (GTK2) and v0.1 (GTK1) released on 2010.07.10 * First draft. V0.2 was first written on Debian 4.0 using Anjuta 1.2.4a. The code was then backported to v0.1 on a Slackware 8.1 VM using Anjuta 0.1.9. Although v0.2 was written before v0.1, the numbers were chosen to avoid some possible confusion.