Skip to content
Snippets Groups Projects
Commit 4321dc79 authored by Simon Potter's avatar Simon Potter
Browse files

strand can be '0'

parent 02c5a24d
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ sub end {
sub strand {
my( $self, $strand ) = @_;
if ($strand) {
if (defined $strand) {
$self->{'_strand'} = $strand;
}
return $self->{'_strand'};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment