Parent Directory | Revision Log | Revision Graph
Import
1 | slords | 1.1 | --- hal-0.4.2/tools/fstab-sync.c.84862 2006-05-18 17:59:29.837913621 +0900 |
2 | +++ hal-0.4.2/tools/fstab-sync.c 2006-05-18 18:01:47.925802554 +0900 | ||
3 | @@ -993,6 +993,9 @@ | ||
4 | if (strncmp (option, p, q - p) == 0) | ||
5 | return TRUE; | ||
6 | |||
7 | + if (*q == '\0') | ||
8 | + break; | ||
9 | + | ||
10 | q++; | ||
11 | p = q; | ||
12 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |