From 16900d63565c771e400ddc74e15794d5f58d5c11 Mon Sep 17 00:00:00 2001 From: luca Date: Fri, 10 Oct 2008 08:54:38 +0000 Subject: [PATCH] Patch level : 10.0 Files correlati : ba7 Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@17407 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba7200.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba7200.cpp b/ba/ba7200.cpp index e12328fdd..ca4d6f6a1 100755 --- a/ba/ba7200.cpp +++ b/ba/ba7200.cpp @@ -73,7 +73,7 @@ int list_dirs( int i; for (i = dir.len()-1; i >= 0; i--) - if (dir[i] == '/' || dir[i] == '\\' || dir[i] == ':') break; + if (is_slash(dir[i]) || dir[i] == ':') break; TFilename mask(dir.mid(i+1)); dir.cut(i > 0 ? i+1 : 0);