Commit a3ecdd3
committed
Uninitialized value $sOptions
In case we have a command line, in the perl script, like:
```
@winchook.
```
we get a message like (line number might be off due to other patches):
```
Use of uninitialized value $sOptions in concatenation (.) or string at /usr/lib/perl5/site_perl/5.18.2/Doxygen/Filter/Perl.pm line 835.
```
In case of a not set `$sOptions` we now see whether a '.' or ',' is present.1 parent a86bc66 commit a3ecdd3
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
825 | 832 | | |
826 | 833 | | |
827 | 834 | | |
| |||
0 commit comments