From f5461e304cf4a9a7be2cd8d6710f565996f7b567 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 20 Apr 2004 11:06:35 +0000 Subject: [PATCH] =?utf8?q?Bugfix=20by=20J=FCrgen=20Weigert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/rmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rmt.h b/src/rmt.h index 3c9b42f..d949071 100644 --- a/src/rmt.h +++ b/src/rmt.h @@ -34,7 +34,7 @@ int rmt_ioctl__ (int, int, char *); #define _remdev(Path) \ (!force_local_option && (rmt_path__ = strchr (Path, ':')) \ - && rmt_path__ > (Path) && ! memchr (Path, rmt_path__ - (Path), '/')) + && rmt_path__ > (Path) && ! memchr (Path, '/', rmt_path__ - (Path))) #define _isrmt(Fd) \ ((Fd) >= __REM_BIAS) -- 2.45.2