Skip to content

Unintended "&" in some warning messages #766

Description

@tueda
grep -r -n 'Warning("&' sources

prints

sources/names.c:1529:                           Warning("&Excess information in symmetric properties currently ignored");
sources/names.c:1550:                                   Warning("&Illegal information in number of arguments properties currently ignored");
sources/names.c:1574:                                   Warning("&Illegal information in number of arguments properties currently ignored");
sources/module.c:675:                           Warning("&Undefined $-variable in module statement");

These warning messages are not displayed as intended: an unnecessary & character appears in the output. For example,

ModuleOption local,$a;
.end
test.frm Line 1 --> Warning: &Undefined $-variable in module statement

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions