From: Dirk H Bartley Date: Sat, 31 May 2008 21:21:28 +0000 (+0000) Subject: A bug was introduced in with commit 5727. Restoretree and restore were X-Git-Tag: Release-3.0.0~1357 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bb708482f8a45495006635ef7736d16626d0758d;p=bacula%2Fdocs A bug was introduced in with commit 5727. Restoretree and restore were after that commit using a subroutine in pages to determine if a path was a win32 path. The restore class was sending "/c:/" and restoretree was sending "c:/". The subroutine was working for "c:/" This should fix it and should also resolve the performance issue. I'm a little concerned because I love regexes that maybe a regex would be better, but I'll try this for a bit to see if all works correctly. ---