diff mbox series

[libcody] Windows absdir fix

Message ID f143aa4d-dd0b-5a85-2e54-3a7546e0c0a7@acm.org
State New
Headers show
Series [libcody] Windows absdir fix | expand

Commit Message

Nathan Sidwell Jan. 4, 2021, 2:01 p.m. UTC
An obvious thinko in dirve name check :(

             libcody/
             * resolver.cc (IsAbsDir): Fix string indexing.

     Signed-off-by: Nathan Sidwell <nathan@acm.org>

pushed to trunk
diff mbox series

Patch

diff --git i/Makefile.def w/Makefile.def
index c45be5bff45..d87c2a4bc3c 100644
--- i/Makefile.def
+++ w/Makefile.def
@@ -89,7 +89,8 @@  host_modules= { module= libcody; bootstrap=true;
 		missing= info;
 		missing= install-pdf;
 		missing= install-html;
-		missing= install-info; };
+		missing= install-info;
+		missing= check; };
 host_modules= { module= libdecnumber; bootstrap=true; };
 host_modules= { module= libgui; };
 host_modules= { module= libiberty; bootstrap=true;