Browse Source

Check at line 150 to make sure ib{/.} and $yich are defined.

master
freesource 23 years ago
parent
commit
1a233fa17b
  1. 2
      SWIM/MD.pm

2
SWIM/MD.pm

@ -147,7 +147,7 @@ sub process_md {
}
}
}
$ib{"/."} = $ib{"/."} . " $yich";
$ib{"/."} = $ib{"/."} . " $yich" if defined $ib{"/."} && $yich;
}
# after much experimentation it turns out that a flat text file

Loading…
Cancel
Save