Fix missing files in file browser
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 7 Aug 2011 13:13:00 +0000 (15:13 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 7 Aug 2011 13:13:00 +0000 (15:13 +0200)
commit19e522049bd1262ed9067f36e98f51dadfcefda8
tree47e351c1ef3bf53da6e313b7929d82acb91560a1
parent5d812f0019700f64ca28c38c2a14e79d15562241
Fix missing files in file browser

The file browser was throwing away the first two files, assuming
they were "." and "..". Alas, this is no longer true on every Linux.
Now we actuallyc compare for these names, before skipping them.
filebrowser/dir.c