paulscherrerinstitute / StreamDevice

EPICS Driver for message based I/O
GNU General Public License v3.0
28 stars 42 forks source link

Proposed fix for empty parentheses in EPICS parsing #13

Closed shadowguy closed 6 years ago

shadowguy commented 6 years ago

Also some minor typo fixes :)

dirk-zimoch commented 6 years ago

Thanks for the bug report. I had not thought of empty parentheses. Unfortunately this fix does not work. Now protocol(arg1) takes '(arg1' as the first argument. I have to fix the fix...