From c3bac70e8a299934cce5450e3a7f8d1ee228d38a Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Fri, 15 Apr 2011 15:13:54 -0300 Subject: [PATCH] extlinux: use syslinux_already_installed instead of already_installed Signed-off-by: Paulo Alcantara --- extlinux/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extlinux/main.c b/extlinux/main.c index 21369e4..fb3cc77 100755 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -766,7 +766,7 @@ int install_loader(const char *path, int update_only) if (devfd < 0) return 1; - if (update_only && !already_installed(devfd)) { + if (update_only && !syslinux_already_installed(devfd)) { fprintf(stderr, "%s: no previous syslinux boot sector found\n", program); close(devfd); -- 2.7.4