/[psinib]/psinib.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /psinib.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by dpavlin, Sat Nov 8 00:31:14 2003 UTC revision 1.21 by dpavlin, Sat Nov 8 01:46:53 2003 UTC
# Line 100  if ($email) { Line 100  if ($email) {
100          }          }
101          $sub_nr++;          $sub_nr++;
102          # skip comments in subjects.txt          # skip comments in subjects.txt
103          while($subjects[$sub_nr] =~ m/^#/) {          while($subjects[$sub_nr] && $subjects[$sub_nr] =~ m/^#/) {
104                  $sub_nr++;                  $sub_nr++;
105          }          }
106          $sub_nr = 0 if (! $subjects[$sub_nr]);          $sub_nr = 0 if (! $subjects[$sub_nr]);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.26