X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dd3c39a7552f923174b524e7146e10ca7adf4cab..3e793ecdc83c0df54ce3096880eb8fdc7a36c4e0:/uip/aliasbr.c?ds=inline diff --git a/uip/aliasbr.c b/uip/aliasbr.c index 069e4546..e9724f73 100644 --- a/uip/aliasbr.c +++ b/uip/aliasbr.c @@ -182,7 +182,7 @@ alias (char *file) FILE *fp; if (*file != '/' - && !HasPrefix(file, "./") && !HasPrefix(file, "../")) + && !has_prefix(file, "./") && !has_prefix(file, "../")) file = etcpath (file); if ((fp = fopen (file, "r")) == NULL) { akerrst = file;