Changeset 26652
- Timestamp:
- 2013-01-10T15:32:18+13:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/common-src/src/lib/display.cpp
r24965 r26652 1657 1657 1658 1658 // and again in the collection specific package "Style" 1659 macrovalue = macro_find(collectionmacros,(c har*)"Style",macroname);1659 macrovalue = macro_find(collectionmacros,(const char*)"Style",macroname); 1660 1660 if (macrovalue != NULL) 1661 1661 break; … … 1667 1667 1668 1668 // and again in the package "Style" 1669 macrovalue = macro_find(defaultmacros,(c har*)"Style",macroname);1669 macrovalue = macro_find(defaultmacros,(const char*)"Style",macroname); 1670 1670 if (macrovalue != NULL) 1671 1671 break;
Note:
See TracChangeset
for help on using the changeset viewer.