- Timestamp:
- Sep 17, 2010, 10:09:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-tools.c
r2677 r2686 1182 1182 1183 1183 if (!strcmp(tmp,"")) { 1184 if (( strstr(tmp, "LABEL=") || strstr(tmp,"UUID="))) {1184 if (((strstr(tmp, "LABEL=") != NULL) || (strstr(tmp,"UUID=")) != NULL)) { 1185 1185 if (!run_program_and_log_output("mount /boot", 5)) { 1186 1186 strcpy(g_boot_mountpt, "/boot");
Note:
See TracChangeset
for help on using the changeset viewer.