Bugzilla – Attachment #55670: gnump3d-dot-dot.diff for bug #130963
#
while ( $path =~ /(.*)\/\/(.*)/ )
{
$path = $1 . $2;
$path = $1 . "/" . $2;
}
return( $path );