When launching gscan2pdf with --info, I have infinite display of
WARN - Use of uninitialized value $line in pattern match (m//) at .../Gscan2pdf/Frontend/CLI.pm line 651.
Is this also on a Mac?
Yes. See log here: https://sourceforge.net/p/gscan2pdf/support-requests/62/#9760
This is a sign there is something very weird happening, as normally $line can't be undefined if the watch has been triggered.
Please apply this patch and see if we can work around it
warning is gone with patch applied. thanks
Log in to post a comment.
Is this also on a Mac?
Yes. See log here: https://sourceforge.net/p/gscan2pdf/support-requests/62/#9760
This is a sign there is something very weird happening, as normally $line can't be undefined if the watch has been triggered.
Please apply this patch and see if we can work around it
warning is gone with patch applied. thanks