]> git.pld-linux.org Git - packages/eject.git/blame - eject-ignorecomments.patch
- updated to 2.0.8,
[packages/eject.git] / eject-ignorecomments.patch
CommitLineData
4d0466ee 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.058837 seconds and 4 git commands to generate.