Skip to content

Conversation

mariuz
Copy link
Member

@mariuz mariuz commented Mar 30, 2016

No description provided.

LONG_DCL, dimension->dim_lower, dimension->dim_upper);
for (p = s2; *p; p++, q++)
*q = *p;
}

sprintf(s2, "%s range %"SLONGFORMAT"..%"SLONGFORMAT") of ",
sprintf(s2, "%s range % " SLONGFORMAT"..%" SLONGFORMAT") of ",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space is wrong here after percent and before closing quote.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@asfernandes
Copy link
Member

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants