HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #891555
sdl2 coding style: Rename unit_type *pUnit as punittype
Start date:
Due date:
% Done:
0%
Estimated time:
Description
sdl2-client popup_worklist_editor() has confusingly named variable 'pUnit'. Usually variables with such a name are unit pointers, but this one is pointer to unit_type.
Rename it as 'punittype'.
History
#1
Updated by Marko Lindqvist 3 months ago
- File 0012-sdl2-Rename-unit_type-pUnit-as-punittype.patch 0012-sdl2-Rename-unit_type-pUnit-as-punittype.patch added
- File 0006-sdl2-Rename-unit_type-pUnit-as-punittype.patch 0006-sdl2-Rename-unit_type-pUnit-as-punittype.patch added
- File 0004-sdl-2-Rename-unit_type-pUnit-as-punittype.patch 0004-sdl-2-Rename-unit_type-pUnit-as-punittype.patch added
- Status changed from In Progress to Resolved
Change applied also to sdl-client in S2_6
#2
Updated by Marko Lindqvist 3 months ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist