Opened 10 years ago

Closed 10 years ago

#2186 closed defect (fixed)

missing ) in ./lib/ogsf/gsd_legend.c

Reported by: yarma Owned by: grass-dev@…
Priority: minor Milestone: 6.4.4
Component: LibOpenGL Version: svn-trunk
Keywords: Cc:
CPU: All Platform: All

Description

in the file lib/ogsf/gsd_legend.c line 384, there is a ) missing before the closing "

currently G_warning(_("Unable to show discrete FP range (use list")); should be G_warning(_("Unable to show discrete FP range (use list)"));

this typo affect all branch (6.4.4 and 7)

Change History (1)

comment:1 by hamish, 10 years ago

Component: DefaultLibOpenGL
Milestone: 6.4.4
Priority: normalminor
Resolution: fixed
Status: newclosed
Version: svn-trunk

thanks, fixed in all branches.

Hamish

Note: See TracTickets for help on using tickets.