From 0fd1c9f1145d0f9eeb839976eb4f82bdc34b8b14 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 2 Jul 2007 23:11:40 +0000 Subject: * emultempl/spuelf.em (base_name): Correct backslash quoting. --- ld/emultempl/spuelf.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emultempl/spuelf.em') diff --git a/ld/emultempl/spuelf.em b/ld/emultempl/spuelf.em index 252b90f..05adeb8 100644 --- a/ld/emultempl/spuelf.em +++ b/ld/emultempl/spuelf.em @@ -270,7 +270,7 @@ base_name (const char *path) const char *file = strrchr (path, '/'); #ifdef HAVE_DOS_BASED_FILE_SYSTEM { - char *bslash = strrchr (path, '\\'); + char *bslash = strrchr (path, '\\\\'); if (file == NULL || (bslash != NULL && bslash > file)) file = bslash; -- cgit v1.1