Date:2012-07-12 09:44:21 (11 years 8 months ago)
Author:Werner Almesberger
Commit:dd45ce8c5e7ecfccfb7c954501f09100f8f8eb37
Message:gencat/libs.c (add_libdir): ignore files with a ~ in their name

This makes us skip the fped backups.
Files: gencat/libs.c (1 diff)

Change Details

gencat/libs.c
9595        de = readdir(dir);
9696        if (!de)
9797            break;
98        if (strchr(de->d_name, '~'))
99            continue;
98100        len = strlen(de->d_name);
99101        if (len < 4)
100102            continue;

Archive Download the corresponding diff file

Branches:
master



interactive