Changeset 432
- Timestamp:
- Oct 16, 2013, 7:59:44 PM (11 years ago)
- Location:
- projectionDesigner/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
projectionDesigner/trunk/CHANGES
r4 r432 33 33 34 34 Miscellaneous: 35 - compiled against Qt 4. 5.135 - compiled against Qt 4.6.2 36 36 37 37 Knowing Issues: -
projectionDesigner/trunk/projdesignerplugins/defaultplugin/glm.c
r4 r432 185 185 if (!group) { 186 186 group = (GLMgroup*)malloc(sizeof(GLMgroup)); 187 group->name = _strdup(name);187 group->name = strdup(name); 188 188 group->material = 0; 189 189 group->numtriangles = 0; … … 232 232 char* s; 233 233 234 dir = _strdup(path);234 dir = strdup(path); 235 235 236 236 s = strrchr(dir, '/');
Note: See TracChangeset
for help on using the changeset viewer.