From 8684376887a463bd20d739da70ebd180de345291 Mon Sep 17 00:00:00 2001 From: LRN Date: Thu, 16 Aug 2012 02:02:33 +0000 Subject: Fix a typo --- src/main/extractor_plugpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c index c174af7..450c765 100644 --- a/src/main/extractor_plugpath.c +++ b/src/main/extractor_plugpath.c @@ -70,7 +70,7 @@ cut_bin (char * in) p -= 4; } else if (0 == strcmp (&in[p-4], - "\bin")) + "\\bin")) { in[p-4] = '\0'; p -= 4; -- cgit v1.2.3