Opened 6 years ago
Closed 6 years ago
#2035 closed defect (fixed)
raslib: use local static error text table instead of a global one
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | raslib | Version: | 9.7 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
In r_Error a global map is used for error texts in bin/errtxts. This is problematic and can be replaced with a local static map.
Note:
See TracTickets
for help on using tickets.