- Timestamp:
- Oct 16, 2013, 7:59:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.