]> git.pld-linux.org Git - packages/eject.git/blob - eject-ignorecomments.patch
1d9da19f53efcad7fa700a65816026b4afe5df47
[packages/eject.git] / eject-ignorecomments.patch
1 --- eject-2.0.7/eject.c.orig    Tue May 15 00:19:24 2001
2 +++ eject-2.0.7/eject.c Thu May 17 22:44:04 2001
3 @@ -563,6 +563,8 @@
4         }
5         
6         while (fgets(line, sizeof(line), fp) != 0) {
7 +               if (line && line[0] == '#')
8 +                       continue;
9                 rc = sscanf(line, "%1023s %1023s", s1, s2);
10                 if (rc >= 2) {
11                         int mtabmaj, mtabmin;
This page took 0.065634 seconds and 2 git commands to generate.