Changeset 432 for projectionDesigner


Ignore:
Timestamp:
Oct 16, 2013, 7:59:44 PM (11 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
projectionDesigner/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • projectionDesigner/trunk/CHANGES

    r4 r432  
    3333
    3434Miscellaneous:
    35 - compiled against Qt 4.5.1
     35- compiled against Qt 4.6.2
    3636
    3737Knowing Issues:
  • projectionDesigner/trunk/projdesignerplugins/defaultplugin/glm.c

    r4 r432  
    185185    if (!group) {
    186186        group = (GLMgroup*)malloc(sizeof(GLMgroup));
    187         group->name = _strdup(name);
     187        group->name = strdup(name);
    188188        group->material = 0;
    189189        group->numtriangles = 0;
     
    232232    char* s;
    233233   
    234     dir = _strdup(path);
     234    dir = strdup(path);
    235235   
    236236    s = strrchr(dir, '/');
Note: See TracChangeset for help on using the changeset viewer.