separator for win=;

This commit is contained in:
sparkyx 2005-03-06 15:53:32 +00:00
parent 4e1250a861
commit 85566efb42

View file

@ -55,7 +55,7 @@ h2.error {
$inc_path=get_include_path();
if ( strpos($inc_path,";") != 0 ) {
$inc_path.=':..\..\include';
$inc_path.=';..\..\include';
} else {
$inc_path.=':../../include';
}